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:
MD 2021-05-21 12:24:39 +01:00 committed by GitHub
parent 2d3cbc9783
commit b716c04d96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ public final class VersionUtil {
supportStatusClass = entry.getKey();
return supportStatus = entry.getValue();
}
continue;
}
final boolean inverted = entry.getKey().contains("!");