fix possible sre

This commit is contained in:
ineed bots 2023-12-05 20:55:22 -06:00
parent 8971cd806d
commit f6d050631a

View File

@ -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":