no health anti cheat when healing
This commit is contained in:
@@ -144,7 +144,7 @@ namespace ReallifeGamemode.Server.Events
|
||||
{
|
||||
player.TriggerEvent("startDeathTimer", false);
|
||||
}
|
||||
player.Health = 0;
|
||||
player.SafeSetHealth(0);
|
||||
player.SetData("isDead", true);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user