mirror of
https://github.com/mrSkortch/MissionScriptingTools.git
synced 2025-08-15 10:47:23 +00:00
Forgot update build num
Forgot to update the build number to 100. Whoops.
This commit is contained in:
parent
28da804e80
commit
d9130cb57a
4
mist.lua
4
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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user