diff --git a/LuaMenu/widgets/chobby/components/user_list_panel.lua b/LuaMenu/widgets/chobby/components/user_list_panel.lua index 713c87a67..50beabd58 100644 --- a/LuaMenu/widgets/chobby/components/user_list_panel.lua +++ b/LuaMenu/widgets/chobby/components/user_list_panel.lua @@ -71,7 +71,7 @@ local function CompareUsers(userName, otherName) return true end - if otherData.isAdmin ~= userData.isAdmin then + if (not not otherData.isAdmin) ~= (not not userData.isAdmin) then return userData.isAdmin end