mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-14 05:01:28 +00:00
parent
b960ee365a
commit
b9804d8980
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ import java.util.logging.Level;
|
|||
public class EssentialsServerListener implements Listener {
|
||||
private static final List<String> ignoredSLPECallers = Arrays.asList(
|
||||
".LegacyPingHandler.channelRead(", // CB responding to pings from pre-Netty clients
|
||||
"de.dytanic.cloudnet.bridge.BukkitBootstrap" // CloudNet v2 doing... something
|
||||
"de.dytanic.cloudnet.bridge.BukkitBootstrap", // CloudNet v2 doing... something
|
||||
"de.dytanic.cloudnet.ext.bridge.bukkit.BukkitCloudNetBridgePlugin" // CloudNet v3 doing... something else
|
||||
);
|
||||
|
||||
private final transient IEssentials ess;
|
||||
|
|
Loading…
Reference in a new issue