diff --git a/scripts/foreach.lic b/scripts/foreach.lic index e83bc7785..26d254ae4 100644 --- a/scripts/foreach.lic +++ b/scripts/foreach.lic @@ -25,9 +25,11 @@ game: Gemstone tags: utility, inventory, required: Lich > 5.0.1 - version: 1.0.5 + version: 1.0.6 changelog: + 1.0.6 (2024-01-06) + Remove experimental feature, no longer used 1.0.5 (2024-01-05) Rubocop cleanup Fix for constant variables @@ -927,7 +929,7 @@ module ForeachScript def self.first_time_setup(force = false) return if GameSettings['version'] == CONFIG_VERSION and not force - return if EXPERIMENTAL_EXPIRES + # return if EXPERIMENTAL_EXPIRES send = "#{$lich_char}send to #{@script.name}" @@ -2155,6 +2157,7 @@ if defined?(GameObj.type_data) end end +=begin if EXPERIMENTAL_EXPIRES if EXPERIMENTAL_EXPIRES > Time.now echo "** This is an EXPERIMENTAL foreach build. It should be updated by #{EXPERIMENTAL_EXPIRES}." @@ -2164,5 +2167,6 @@ if EXPERIMENTAL_EXPIRES sleep 2 # Minor annoyances. end end +=end ForeachScript.run(script)