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:
4
mist.lua
4
mist.lua
@@ -35,7 +35,7 @@ mist = {}
|
|||||||
-- don't change these
|
-- don't change these
|
||||||
mist.majorVersion = 4
|
mist.majorVersion = 4
|
||||||
mist.minorVersion = 5
|
mist.minorVersion = 5
|
||||||
mist.build = 98
|
mist.build = 100
|
||||||
|
|
||||||
-- forward declaration of log shorthand
|
-- forward declaration of log shorthand
|
||||||
local log
|
local log
|
||||||
@@ -5027,8 +5027,6 @@ do -- mist.debug scope
|
|||||||
function mist.debug.changeSetting(s)
|
function mist.debug.changeSetting(s)
|
||||||
if type(s) == 'table' then
|
if type(s) == 'table' then
|
||||||
for sName, sVal in pairs(s) do
|
for sName, sVal in pairs(s) do
|
||||||
env.info(sName)
|
|
||||||
env.info(sVal)
|
|
||||||
if type(sVal) == 'string' or type(sVal) == 'number' then
|
if type(sVal) == 'string' or type(sVal) == 'number' then
|
||||||
if sName == 'log' then
|
if sName == 'log' then
|
||||||
mistSettings[sName] = sVal
|
mistSettings[sName] = sVal
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ mist = {}
|
|||||||
-- don't change these
|
-- don't change these
|
||||||
mist.majorVersion = 4
|
mist.majorVersion = 4
|
||||||
mist.minorVersion = 5
|
mist.minorVersion = 5
|
||||||
mist.build = 98
|
mist.build = 100
|
||||||
|
|
||||||
-- forward declaration of log shorthand
|
-- forward declaration of log shorthand
|
||||||
local log
|
local log
|
||||||
@@ -5027,8 +5027,6 @@ do -- mist.debug scope
|
|||||||
function mist.debug.changeSetting(s)
|
function mist.debug.changeSetting(s)
|
||||||
if type(s) == 'table' then
|
if type(s) == 'table' then
|
||||||
for sName, sVal in pairs(s) do
|
for sName, sVal in pairs(s) do
|
||||||
env.info(sName)
|
|
||||||
env.info(sVal)
|
|
||||||
if type(sVal) == 'string' or type(sVal) == 'number' then
|
if type(sVal) == 'string' or type(sVal) == 'number' then
|
||||||
if sName == 'log' then
|
if sName == 'log' then
|
||||||
mistSettings[sName] = sVal
|
mistSettings[sName] = sVal
|
||||||
|
|||||||
Reference in New Issue
Block a user