We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976d506 commit b12ad25Copy full SHA for b12ad25
1 file changed
src/com/namelessmc/NamelessAPI/NamelessAPI.java
@@ -174,6 +174,7 @@ public Map<UUID, String> getRegisteredUsers(boolean hideInactive, boolean hideBa
174
final String banned = userJsonElement.getAsJsonObject().get("banned").getAsString();
175
176
if (!(
177
+ uuid.equals("none") ||
178
( hideInactive && active.equals("0") ) ||
179
( hideBanned && banned.equals("1") )
180
)) {
0 commit comments