From 282bd9b03e4efa736bc063c8efdab07929dbe29c Mon Sep 17 00:00:00 2001 From: Struma Date: Wed, 22 Apr 2020 08:55:28 -0400 Subject: [PATCH] Happy Nth sleep-deprived oversight, Zoro! --- binding/binding-mri.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/binding/binding-mri.cpp b/binding/binding-mri.cpp index 1fd04604..d0a26a25 100644 --- a/binding/binding-mri.cpp +++ b/binding/binding-mri.cpp @@ -620,7 +620,6 @@ static void runRMXPScripts(BacktraceData &btData) { // Will be placed within a build option later if I decide to add more #define SCRIPT(name) rb_str_new((const char*)&___scripts_##name##_rb, ___scripts_##name##_rb_len), #name " (Internal)" #define EVALFILE(name) if (!evalScript(SCRIPT(name))) break; - if (minimonsters > 0 && i + 2 == scriptCount && !RTEST(rb_gv_get("Z_NOPOKEFIX"))){ if (i + 2 == scriptCount){ if (minimonsters > 0 && !RTEST(rb_gv_get("Z_NOPOKEFIX"))){ EVALFILE(EssentialsTilemapHack);