Update VersionUtil Support Status Check (#3954)

Removed AirplaneLite as an unsupported fork as they removed their concerning patch.
This commit is contained in:
Simon 2021-02-02 15:15:01 +01:00 committed by GitHub
parent f1ef21eb0d
commit 74131f816c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -47,11 +47,6 @@ public final class VersionUtil {
// KibblePatcher - Dangerous bytecode editor snakeoil whose only use is to break plugins
builder.put("net.kibblelands.server.FastMath", SupportStatus.DANGEROUS_FORK);
// AirplaneLite - Yatopia sidestream;
// * Attempts unsafe chunk concurrency
builder.put("gg.airplane.structs.ChunkMapMap", SupportStatus.DANGEROUS_FORK);
builder.put("gg.airplane.structs.ConcLong2ObjectOpenHashMap", SupportStatus.DANGEROUS_FORK);
// Akarin - Dangerous patch history;
// * Potentially unsafe saving of nms.JsonList
builder.put("io.akarin.server.Config", SupportStatus.DANGEROUS_FORK);