Compare commits
1 Commits
90c10523e7
...
master
Author | SHA1 | Date | |
---|---|---|---|
343d4fae81 |
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user