We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73d88e commit 0710f8cCopy full SHA for 0710f8c
lua/msync/server/sv_mysql.lua
@@ -148,7 +148,7 @@ end
148
Returns: nothing
149
]]
150
function MSync.mysql.addUserID(steamid, nickname)
151
- MSync.log(MSYNC_DBG_DEBUG, "Exec: addUserID. Param.: " .. steamid .. " " .. nickname)
+ MSync.log(MSYNC_DBG_DEBUG, "Exec: addUserID. Param.: " .. steamid .. " " .. (nickname or ""))
152
if not MSync.DBServer then MSync.log(MSYNC_DBG_DEBUG, "No Database connected yet. Please connect to a Database to be able to create users."); return end;
153
if not string.match( steamid, "^STEAM_[0-1]:[0-1]:[0-9]+$" ) then return end;
154
0 commit comments