mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2025-04-16 13:51:59 +00:00
Fixed minor typo
This commit is contained in:
parent
88512ebca7
commit
db83c8f53f
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ function players.onClientConnect(clientId, firstTime, isBot)
|
|||
local player = db.getPlayer(data[clientId]["guid"])
|
||||
|
||||
if player then
|
||||
db.updateplayer(data[clientId]["guid"], data[clientId]["ip"], os.time())
|
||||
db.updatePlayer(data[clientId]["guid"], data[clientId]["ip"], os.time())
|
||||
|
||||
local alias = db.getAliasByName(player["id"], data[clientId]["name"])
|
||||
|
||||
|
|
Loading…
Reference in a new issue