This commit is contained in:
ineedbots 2021-11-04 21:09:34 -06:00
parent 44485ae003
commit 2c32e8a950

View File

@ -666,7 +666,7 @@ onPlayerConnect()
player thread onChangeKit();
print( "Player connected: " + player.name + " guid " + player getGuid() + "\n" );
print( "Player connected: " + player.name + " guid " + player getGuid() );
player thread onPlayerDisconnect();
}
}
@ -678,7 +678,7 @@ onPlayerDisconnect()
self waittill( "disconnect" );
print( "Player disconnected: " + name + " guid " + guid + "\n" );
print( "Player disconnected: " + name + " guid " + guid );
}
watchNuke()