mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-23 01:27:40 +01:00
Update VersionUtil Support Status Check (#3954)
Removed AirplaneLite as an unsupported fork as they removed their concerning patch.
This commit is contained in:
parent
f1ef21eb0d
commit
74131f816c
@ -47,11 +47,6 @@ public final class VersionUtil {
|
|||||||
// KibblePatcher - Dangerous bytecode editor snakeoil whose only use is to break plugins
|
// KibblePatcher - Dangerous bytecode editor snakeoil whose only use is to break plugins
|
||||||
builder.put("net.kibblelands.server.FastMath", SupportStatus.DANGEROUS_FORK);
|
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;
|
// Akarin - Dangerous patch history;
|
||||||
// * Potentially unsafe saving of nms.JsonList
|
// * Potentially unsafe saving of nms.JsonList
|
||||||
builder.put("io.akarin.server.Config", SupportStatus.DANGEROUS_FORK);
|
builder.put("io.akarin.server.Config", SupportStatus.DANGEROUS_FORK);
|
||||||
|
Loading…
Reference in New Issue
Block a user