From d9130cb57a7a1e6ca2424fd1befbd63060aa6616 Mon Sep 17 00:00:00 2001 From: mrSkortch Date: Mon, 16 Aug 2021 01:50:11 -0600 Subject: [PATCH] Forgot update build num Forgot to update the build number to 100. Whoops. --- mist.lua | 4 +--- mist_4_5_100.lua | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/mist.lua b/mist.lua index 088bcdf..f4b65ca 100644 --- a/mist.lua +++ b/mist.lua @@ -35,7 +35,7 @@ mist = {} -- don't change these mist.majorVersion = 4 mist.minorVersion = 5 -mist.build = 98 +mist.build = 100 -- forward declaration of log shorthand local log @@ -5027,8 +5027,6 @@ do -- mist.debug scope function mist.debug.changeSetting(s) if type(s) == 'table' then for sName, sVal in pairs(s) do - env.info(sName) - env.info(sVal) if type(sVal) == 'string' or type(sVal) == 'number' then if sName == 'log' then mistSettings[sName] = sVal diff --git a/mist_4_5_100.lua b/mist_4_5_100.lua index 088bcdf..f4b65ca 100644 --- a/mist_4_5_100.lua +++ b/mist_4_5_100.lua @@ -35,7 +35,7 @@ mist = {} -- don't change these mist.majorVersion = 4 mist.minorVersion = 5 -mist.build = 98 +mist.build = 100 -- forward declaration of log shorthand local log @@ -5027,8 +5027,6 @@ do -- mist.debug scope function mist.debug.changeSetting(s) if type(s) == 'table' then for sName, sVal in pairs(s) do - env.info(sName) - env.info(sVal) if type(sVal) == 'string' or type(sVal) == 'number' then if sName == 'log' then mistSettings[sName] = sVal