maint(iw5): more macros

This commit is contained in:
6arelyFuture 2024-03-20 13:47:12 +01:00
parent b0cdd420b5
commit e5134fd1b6

View File

@ -4,7 +4,6 @@
#define TOOL
#endif
#define _UTILITY_DEBUG
#inline scripts\mp\_utility;
GENERIC_INIT;
@ -98,10 +97,7 @@ jumper()
{
msg = self common_scripts\utility::waittill_any_return( "save_pos", "load_saved_pos" );
if ( !isDefined( msg ) )
{
continue;
}
DEFINE_CHK( msg );
if ( msg == "save_pos" && canInteract( self ) && canSave( self ) )
{