mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 23:29:12 +00:00
no
This commit is contained in:
parent
44485ae003
commit
2c32e8a950
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user