Compare commits

...

2 Commits

Author SHA1 Message Date
90c10523e7 Merge branch 'master' into build/test-workflow
All checks were successful
lint / Lint on Linux (push) Successful in 9s
2024-09-07 10:10:02 +00:00
0d73e78067 build: test workflow (#1)
All checks were successful
lint / Lint on Linux (push) Successful in 9s
2024-09-01 10:19:05 +00:00

View File

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