Merge branch 'master' into build/test-workflow
All checks were successful
lint / Lint on Linux (push) Successful in 9s

This commit is contained in:
6arelyFuture 2024-09-07 10:10:02 +00:00
commit 90c10523e7

View File

@ -286,8 +286,7 @@ doautospawn( var_0 )
if ( maps\_utility::spawn_failed( var_1 ) )
var_0 notify( "spawn_failed" );
if ( isdefined( self.wait ) && self.wait > 0 )
wait( self.wait );
wait( 1 );
}
}