mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-03 02:09:52 +08:00
Fix minor issue with server support minor issue fix (#4166)
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
This commit is contained in:
parent
2d3cbc9783
commit
b716c04d96
@ -94,6 +94,7 @@ public final class VersionUtil {
|
||||
supportStatusClass = entry.getKey();
|
||||
return supportStatus = entry.getValue();
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
final boolean inverted = entry.getKey().contains("!");
|
||||
|
Loading…
Reference in New Issue
Block a user