[HOTFIX] Anticheat: dont kick players who are not logged in

This commit is contained in:
hydrant
2021-04-11 22:18:27 +02:00
parent eda1a2fc1f
commit 8284983f0c

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())