mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-04-20 23:25:42 +00:00
fix sre
This commit is contained in:
parent
7b1973a689
commit
e2357b8b3d
@ -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":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user