From aaecb0889227c510c820998ace4041f2945edf80 Mon Sep 17 00:00:00 2001 From: "Kristian S. Stangeland" Date: Mon, 23 Jun 2014 02:50:47 +0200 Subject: [PATCH] Added MassiveCore to the list of plugins exluded from the verifier. --- .../java/com/comphenix/protocol/injector/PluginVerifier.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProtocolLib/src/main/java/com/comphenix/protocol/injector/PluginVerifier.java b/ProtocolLib/src/main/java/com/comphenix/protocol/injector/PluginVerifier.java index 26d8ed52..dfb40242 100644 --- a/ProtocolLib/src/main/java/com/comphenix/protocol/injector/PluginVerifier.java +++ b/ProtocolLib/src/main/java/com/comphenix/protocol/injector/PluginVerifier.java @@ -54,7 +54,7 @@ class PluginVerifier { /** * Contains a list of plugins that will detect and use ProtocolLib dynamically, instead of relying on the dependency system. */ - private static final Set DYNAMIC_DEPENDENCY = Sets.newHashSet("mcore"); + private static final Set DYNAMIC_DEPENDENCY = Sets.newHashSet("mcore", "MassiveCore"); /** * Set of plugins that have been loaded after ProtocolLib.