Compare commits

..

No commits in common. "90c10523e730bcea7306817e1cc69b7d618e0e34" and "0cebcaa962a7590af387a58e6d7c97b169a302b9" have entirely different histories.

View File

@ -286,7 +286,8 @@ 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" );
wait( 1 ); if ( isdefined( self.wait ) && self.wait > 0 )
wait( self.wait );
} }
} }