This commit is contained in:
ineed bots 2023-11-26 19:11:57 -06:00
parent 7b1973a689
commit e2357b8b3d

View File

@ -1629,6 +1629,11 @@ bot_chat_follow_watch( state, player, time, d, e, f, g )
{ {
self endon( "disconnect" ); self endon( "disconnect" );
if ( !isDefined( player ) )
{
return;
}
switch ( state ) switch ( state )
{ {
case "start": case "start":