Archiviert
13
0

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

Dieser Commit ist enthalten in:
Kristian S. Stangeland 2014-06-23 02:50:47 +02:00
Ursprung 0375ad5391
Commit aaecb08892

Datei anzeigen

@ -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.