Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FIr3baL committed Aug 2, 2024
1 parent d69c266 commit 6238f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/liblobby/lobby/interface.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2227,7 +2227,7 @@ function Interface:_OnNo(tags)
local userName = getTag(tags, "userName", false) or "unknown"
Spring.Log(LOG_SECTION, LOG.ERROR, string.format("Server answered NO to command=%s and userName=%s", cmd, userName))
end
Interface.commands["NO"] = Interface._OnOK
Interface.commands["NO"] = Interface._OnNo
Interface.commandPattern["NO"] = "(.+)"

function Interface:_On_s_user_new_incoming_friend_request(userID)
Expand Down

0 comments on commit 6238f5b

Please sign in to comment.