feat: undo damage done to a file
All checks were successful
lint / Lint on Linux (push) Successful in 10s

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

View File

@ -285,9 +285,10 @@ doautospawn( var_0 )
if ( maps\_utility::spawn_failed( var_1 ) )
var_0 notify( "spawn_failed" );
#if 0
if ( isdefined( self.wait ) && self.wait > 0 )
wait( self.wait );
#endif
}
}