mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-09-03 14:27:25 +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" );
|
self endon( "disconnect" );
|
||||||
|
|
||||||
|
if ( !isDefined( player ) )
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
switch ( state )
|
switch ( state )
|
||||||
{
|
{
|
||||||
case "start":
|
case "start":
|
||||||
|
Reference in New Issue
Block a user