build: test something (#2)
All checks were successful
lint / Lint on Linux (push) Successful in 9s

This commit is contained in:
6arelyFuture 2024-09-07 10:13:04 +00:00
parent 0d73e78067
commit 343d4fae81

View File

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