From 563f3e3960221fd9144e9adbde53c09392f772dd Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Fri, 23 Mar 2018 22:14:08 -0400 Subject: Fix a syntax error Fix a syntax error that get triggered by new player being made. --- gamemode/core/database/sv_setup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gamemode/core/database') diff --git a/gamemode/core/database/sv_setup.lua b/gamemode/core/database/sv_setup.lua index 0db0a9d..becdcf5 100644 --- a/gamemode/core/database/sv_setup.lua +++ b/gamemode/core/database/sv_setup.lua @@ -146,7 +146,7 @@ function sql.CreatePlayerTable(ply) log.debug("got steam id it was " .. tostring(s64)) --print("steamid was", s64) local plytbl = data.newdata() - log.deubg("about to ask for new meta") + log.debug("about to ask for new meta") local plymet = data.newmeta() log.debug("About to get plydata and plymeta") local plydata = util.TableToJSON(plytbl) -- cgit v1.2.3-70-g09d2