mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2025-07-05 10:41:51 +00:00
Compare commits
2 Commits
8f0b21578a
...
master
Author | SHA1 | Date | |
---|---|---|---|
c7188a9cfc | |||
aa75e1f048 |
@ -595,10 +595,10 @@ connected()
|
|||||||
|
|
||||||
level.bots[ level.bots.size ] = self;
|
level.bots[ level.bots.size ] = self;
|
||||||
self thread onDisconnect();
|
self thread onDisconnect();
|
||||||
|
|
||||||
level notify( "bot_connected", self );
|
|
||||||
|
|
||||||
self thread watchBotDebugEvent();
|
self thread watchBotDebugEvent();
|
||||||
|
|
||||||
|
waittillframeend; // wait for waittills to process
|
||||||
|
level notify( "bot_connected", self );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user