diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-08-08 17:41:47 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-08-08 17:41:47 -0400 |
| commit | ae8686d3f433e91aa58ef8ceec30699cafbc960b (patch) | |
| tree | 0a6d0a11d2cd3e9dd7b61cdff8284391f7d786da /gamemode/config/sv_sql.lua | |
| parent | 0ce40afcb04587bbccd39fc64a4928607c285c51 (diff) | |
| download | artery-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/sv_sql.lua')
| -rw-r--r-- | gamemode/config/sv_sql.lua | 3 |
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 |
