mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2025-04-16 13:51:59 +00:00
Fix for console GUID
This commit is contained in:
parent
c3cb849eb1
commit
de294b23d6
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ local players = {}
|
|||
players.MUTE_CHAT = 1
|
||||
players.MUTE_VOICE = 2
|
||||
|
||||
local data = {}
|
||||
local data = {[-1337] = {["guid"] = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}}
|
||||
|
||||
function players.isConnected(clientId)
|
||||
return (data[clientId] ~= nil)
|
||||
|
|
Loading…
Reference in a new issue