mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 21:17: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"))
|
||||
if (!oldConfig.version || (oldConfig.version < gmInte.version)) then
|
||||
PrintTable(gmInte.config)
|
||||
table.Merge(gmInte.config, oldConfig)
|
||||
PrintTable(gmInte.config)
|
||||
gmInte.config.version = gmInte.version
|
||||
file.Write("gm_integration/config.json", util.TableToJSON(gmInte.config, true))
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue
Block a user