Skip to content

Commit

Permalink
Merge pull request #1 from kanatohodets/master
Browse files Browse the repository at this point in the history
Get password from CONNECTUSER and pass it along.
  • Loading branch information
gajop committed Aug 13, 2015
2 parents 213aa7e + 722264d commit 198c6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lobby/interface.lua
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 198c6e4

Please sign in to comment.