aboutsummaryrefslogtreecommitdiff
path: root/gamemode/config
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2017-08-08 17:41:47 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2017-08-08 17:41:47 -0400
commitae8686d3f433e91aa58ef8ceec30699cafbc960b (patch)
tree0a6d0a11d2cd3e9dd7b61cdff8284391f7d786da /gamemode/config
parent0ce40afcb04587bbccd39fc64a4928607c285c51 (diff)
downloadartery-ae8686d3f433e91aa58ef8ceec30699cafbc960b.tar.gz
artery-ae8686d3f433e91aa58ef8ceec30699cafbc960b.tar.bz2
artery-ae8686d3f433e91aa58ef8ceec30699cafbc960b.zip
Fixed a bug that caused sql not to run
Also saved player data on disconnect.
Diffstat (limited to 'gamemode/config')
-rw-r--r--gamemode/config/sv_sql.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/gamemode/config/sv_sql.lua b/gamemode/config/sv_sql.lua
index 1c02a3c..44e76ff 100644
--- a/gamemode/config/sv_sql.lua
+++ b/gamemode/config/sv_sql.lua
@@ -20,7 +20,4 @@ for _,line in pairs(string.Explode("\n",mysqlconfig,false)) do
sql[key] = parse[key](value)
end
-print("After parseing mysql config, it is")
-PrintTable(sql)
-
return sql