Skip to content

Commit 422f25a

Browse files
authored
Fix erroneous addition to VersionUtil class check (#5037)
1 parent 728c746 commit 422f25a

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Essentials/src/main/java/com/earth2me/essentials/commands/Commandessentials.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public class Commandessentials extends EssentialsCommand {
8181
"bPermissions", // permissions (unsupported)
8282
"DiscordSRV", // potential for issues if EssentialsXDiscord is installed
8383

84-
// Brain-dead chat signing bypass that break EssentialsChat
84+
// Chat signing bypass plugins that can potentially break EssentialsChat
8585
"AntiPopup",
8686
"NoChatReports",
8787
"NoEncryption"
@@ -101,7 +101,6 @@ public class Commandessentials extends EssentialsCommand {
101101
"bPermissions",
102102

103103
// Brain-dead chat signing bypass that break EssentialsChat
104-
"AntiPopup",
105104
"NoChatReports",
106105
"NoEncryption"
107106
);

Essentials/src/main/java/com/earth2me/essentials/utils/VersionUtil.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public final class VersionUtil {
6262
builder.put("net.kibblelands.server.FastMath", SupportStatus.DANGEROUS_FORK);
6363

6464
// Brain-dead chat signing bypass that break EssentialsChat
65-
builder.put("screw.microsoft.antipopup.AntiPopup", SupportStatus.STUPID_PLUGIN);
6665
builder.put("ml.tcoded.nochatreports.NoChatReportsSpigot", SupportStatus.STUPID_PLUGIN);
6766
builder.put("me.doclic.noencryption.NoEncryption", SupportStatus.STUPID_PLUGIN);
6867

0 commit comments

Comments
 (0)