TagAPI is compatible as of version 1.7

This commit is contained in:
mbax 2012-09-19 13:45:34 -04:00
parent bc7b395889
commit 9ad6dcb41c
2 changed files with 1 additions and 3 deletions

View File

@ -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) {

View File

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