Better Woodtype recognition

Fixes #126 Wood type not recognized on big barrels in 1.9
This commit is contained in:
Sn0wStorm
2016-06-27 22:15:23 +02:00
parent 15a3a5e701
commit ad53ecf8b8
4 changed files with 64 additions and 51 deletions
+1
View File
@@ -143,6 +143,7 @@ public class P extends JavaPlugin {
Brew.potions.clear();
Wakeup.wakeups.clear();
Words.words.clear();
Words.ignoreText.clear();
this.log(this.getDescription().getName() + " disabled!");
}