Archiviert
13
0

Merge pull request #1 from mbax/mbax

TagAPI is compatible as of version 1.7
Dieser Commit ist enthalten in:
Kristian S. Stangeland 2012-09-19 11:00:18 -07:00
Commit 3899704774
2 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -71,7 +71,7 @@ public class ProtocolLibrary extends JavaPlugin {
private void checkForIncompatibility(PluginManager manager) {
// Plugin authors: Notify me to remove these
String[] incompatiblePlugins = { "TagAPI" };
String[] incompatiblePlugins = {};
for (String plugin : incompatiblePlugins) {
if (manager.getPlugin(plugin) != null) {

Datei anzeigen

@ -129,5 +129,3 @@ types. It's remarkably consistent across different versions.
### Incompatiblity
The following plugins (to be expanded) are not compatible with ProtocolLib:
* TagAPI