[HOTFIX] Anticheat: dont kick players who are not logged in
This commit is contained in:
@@ -26,7 +26,7 @@ namespace ReallifeGamemode.Server.Admin
|
|||||||
{
|
{
|
||||||
if (!cheater.IsLoggedIn())
|
if (!cheater.IsLoggedIn())
|
||||||
{
|
{
|
||||||
cheater.Kick();
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(cheater.IsAdminDuty())
|
if(cheater.IsAdminDuty())
|
||||||
|
|||||||
Reference in New Issue
Block a user