playername

This commit is contained in:
ineed bots 2024-04-25 14:51:03 -06:00
parent 65435391bc
commit c4481626a5

View File

@ -244,13 +244,15 @@ handleBots()
*/
onDisconnectPlayer()
{
name = self.name;
self waittill( "disconnect" );
waittillframeend;
for ( i = 0; i < level.bots.size; i++ )
{
bot = level.bots[ i ];
bot BotNotifyBotEvent( "connection", "disconnected", self, self.name );
bot BotNotifyBotEvent( "connection", "disconnected", self, name );
}
}