Skip to content

Commit

Permalink
Get password from CONNECTUSER and pass it along.
Browse files Browse the repository at this point in the history
  • Loading branch information
kanatohodets committed Aug 12, 2015
1 parent 213aa7e commit 722264d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lobby/interface.lua
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ Interface.commands["COMPFLAGS"] = Interface._OnCompFlags
Interface.commandPattern["COMPFLAGS"] = "(%S+)%s+(%S+)"

function Interface:_OnConnectUser(obj)
self:_CallListeners("OnConnectUser", obj.ip, obj.port, obj.engine)
self:_CallListeners("OnConnectUser", obj.ip, obj.port, obj.engine, obj.password)
end
Interface.jsonCommands["CONNECTUSER"] = Interface._OnConnectUser

Expand Down

0 comments on commit 722264d

Please sign in to comment.