mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-06-26 06:11:49 +00:00
fix sre
This commit is contained in:
@ -1629,6 +1629,11 @@ bot_chat_follow_watch( state, player, time, d, e, f, g )
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
|
||||
if ( !isDefined( player ) )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
switch ( state )
|
||||
{
|
||||
case "start":
|
||||
|
Reference in New Issue
Block a user