build: try to fix this
All checks were successful
lint / Lint on Linux (push) Successful in 10s

This commit is contained in:
6arelyFuture 2024-09-01 12:18:35 +02:00
parent ef3d077deb
commit 2ba1d2ba5c

View File

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