diff --git a/iw5/scripts/mp/_jump.gsc b/iw5/scripts/mp/_jump.gsc index 98a5a6e..39661c5 100644 --- a/iw5/scripts/mp/_jump.gsc +++ b/iw5/scripts/mp/_jump.gsc @@ -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 ) ) {