From e2357b8b3d6bc6d1cdfa8727eb99eca8fdc356c5 Mon Sep 17 00:00:00 2001 From: ineed bots Date: Sun, 26 Nov 2023 19:11:57 -0600 Subject: [PATCH] fix sre --- main_shared/maps/mp/bots/_bot_chat.gsc | 5 +++++ 1 file changed, 5 insertions(+) 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":