Merge branch 'hotfix/anticheat-kick'

This commit is contained in:
hydrant
2021-04-11 22:18:40 +02:00

View File

@@ -26,7 +26,7 @@ namespace ReallifeGamemode.Server.Admin
{
if (!cheater.IsLoggedIn())
{
cheater.Kick();
return;
}
if(cheater.IsAdminDuty())