mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-03 22:08:28 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue