diff --git a/main_shared/maps/mp/bots/_bot_chat.gsc b/main_shared/maps/mp/bots/_bot_chat.gsc index 846d5d7..a597588 100644 --- a/main_shared/maps/mp/bots/_bot_chat.gsc +++ b/main_shared/maps/mp/bots/_bot_chat.gsc @@ -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":