feat: undo damage done to a file
Some checks failed
lint / Lint on Linux (push) Failing after 9s

This commit is contained in:
6arelyFuture 2024-09-07 12:11:36 +02:00
parent 90c10523e7
commit 2337dfa765
Signed by: Future
GPG Key ID: F2000F181A4F7C85

View File

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