fix possible sre

This commit is contained in:
ineed bots 2023-12-05 20:55:17 -06:00
parent 3d5cfd44c4
commit f4434277a5

View File

@ -1825,6 +1825,11 @@ bot_chat_crate_cap_watch( state, aircare, player, d, e, f, g )
{
self endon( "disconnect" );
if ( !isDefined( aircare ) )
{
return;
}
switch ( state )
{
case "go":