aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gamemode/core/database/sv_setup.lua2
1 files changed, 1 insertions, 1 deletions
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)