We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0e838c + 950b5b7 commit 2ab631fCopy full SHA for 2ab631f
1 file changed
LuaMenu/widgets/chobby/components/friend_list_window.lua
@@ -56,7 +56,7 @@ function FriendListWindow:OnAddUser(userName)
56
end
57
58
function FriendListWindow:OnRemoveUser(userName)
59
- if (not lobby.status == "connected") then
+ if lobby.status ~= "connected" then
60
return
61
62
local userInfo = lobby:TryGetUser(userName)
0 commit comments