no health anti cheat when healing
This commit is contained in:
@@ -47,5 +47,10 @@ namespace ReallifeGamemode.Server.Admin
|
||||
{
|
||||
lastAntiCheatBroadcastTime[(name, "Flyhack/Teleport")] = DateTime.Now.Subtract(antiCheatMessageCooldown).Add(TimeSpan.FromSeconds(5));
|
||||
}
|
||||
|
||||
internal static void NoHealthAntiCheatForPlayer(string name)
|
||||
{
|
||||
lastAntiCheatBroadcastTime[(name, "Healkey (unexpected HP added)")] = DateTime.Now.Subtract(antiCheatMessageCooldown).Add(TimeSpan.FromSeconds(5));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user