set hp fix
This commit is contained in:
@@ -77,7 +77,7 @@ namespace ReallifeGamemode.Server.Extensions
|
||||
public static void SafeSetHealth(this Player player, int health)
|
||||
{
|
||||
AntiCheat.NoHealthAntiCheatForPlayer(player.Name);
|
||||
player.SafeSetHealth(health);
|
||||
player.Health = health;
|
||||
}
|
||||
|
||||
public static void SetJailTime(this User user, bool killed)
|
||||
|
||||
Reference in New Issue
Block a user