mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-16 01:57:34 +00:00
remove a print
This commit is contained in:
parent
359babd778
commit
d4ca8d4933
|
@ -76,9 +76,7 @@ if (SERVER) then
|
||||||
|
|
||||||
local oldConfig = util.JSONToTable(file.Read("gm_integration/config.json", "DATA"))
|
local oldConfig = util.JSONToTable(file.Read("gm_integration/config.json", "DATA"))
|
||||||
if (!oldConfig.version || (oldConfig.version < gmInte.version)) then
|
if (!oldConfig.version || (oldConfig.version < gmInte.version)) then
|
||||||
PrintTable(gmInte.config)
|
|
||||||
table.Merge(gmInte.config, oldConfig)
|
table.Merge(gmInte.config, oldConfig)
|
||||||
PrintTable(gmInte.config)
|
|
||||||
gmInte.config.version = gmInte.version
|
gmInte.config.version = gmInte.version
|
||||||
file.Write("gm_integration/config.json", util.TableToJSON(gmInte.config, true))
|
file.Write("gm_integration/config.json", util.TableToJSON(gmInte.config, true))
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user