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

This commit is contained in:
6arelyFuture 2024-09-07 12:08:52 +02:00
parent 2ba1d2ba5c
commit 0cebcaa962
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 );
}
}