anticheat safe armor
This commit is contained in:
@@ -43,7 +43,7 @@ namespace ReallifeGamemode.Server.Events
|
||||
}
|
||||
if (slot == 5)
|
||||
{
|
||||
client.Armor = 100;
|
||||
client.SafeSetArmor(100);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -94,7 +94,7 @@ namespace ReallifeGamemode.Server.Events
|
||||
|
||||
if (armor == "Schutzweste")
|
||||
{
|
||||
client.Armor = 100;
|
||||
client.SafeSetArmor(100);
|
||||
}
|
||||
|
||||
using (var context = new DatabaseContext())
|
||||
|
||||
Reference in New Issue
Block a user