diff --git a/maps/mp/bots/_bot_chat.gsc b/maps/mp/bots/_bot_chat.gsc index 625332b..09e1a58 100644 --- a/maps/mp/bots/_bot_chat.gsc +++ b/maps/mp/bots/_bot_chat.gsc @@ -1807,6 +1807,11 @@ bot_chat_crate_cap_watch( state, aircare, player, d, e, f, g ) { self endon( "disconnect" ); + if ( !isDefined( aircare ) ) + { + return; + } + switch ( state ) { case "go":