Merge pull request #1 from mbax/mbax

TagAPI is compatible as of version 1.7
This commit is contained in:
Kristian S. Stangeland 2012-09-19 11:00:18 -07:00
commit 3899704774
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