Added MassiveCore to the list of plugins exluded from the verifier.

This commit is contained in:
Kristian S. Stangeland 2014-06-23 02:50:47 +02:00
parent 0375ad5391
commit aaecb08892

View File

@ -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. * Contains a list of plugins that will detect and use ProtocolLib dynamically, instead of relying on the dependency system.
*/ */
private static final Set<String> DYNAMIC_DEPENDENCY = Sets.newHashSet("mcore"); private static final Set<String> DYNAMIC_DEPENDENCY = Sets.newHashSet("mcore", "MassiveCore");
/** /**
* Set of plugins that have been loaded after ProtocolLib. * Set of plugins that have been loaded after ProtocolLib.