Compare commits

..

2 Commits

Author SHA1 Message Date
343d4fae81 build: test something (#2)
All checks were successful
lint / Lint on Linux (push) Successful in 9s
2024-09-07 10:13:04 +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

@ -285,9 +285,10 @@ 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 0
if ( isdefined( self.wait ) && self.wait > 0 ) if ( isdefined( self.wait ) && self.wait > 0 )
wait( self.wait ); wait( self.wait );
#endif
} }
} }