Merge branch 'hotfix/anticheat-kick' into develop

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

View File

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