This commit is contained in:
kookroach
2021-04-05 05:30:06 +02:00
parent 782112264c
commit 3cb15837da

View File

@@ -32,7 +32,7 @@ namespace ReallifeGamemode.Server.Job
public void removeClientFromData(Player player) public void removeClientFromData(Player player)
{ {
if (client1 == player) { client1 = null; } if (client1 == player) { client1 = null; }
if (client2 == player) { client2 = null; } if (client2 == player) { client2 = null;}
} }
public int getTrashCount() public int getTrashCount()