Release 1.4.2 for 1.9.x

Fixed the BrewEvent firing and double distilling sometimes in 1.9
This commit is contained in:
Sn0wStorm
2016-05-19 01:05:48 +02:00
parent bf57320057
commit 41660c9b4f
3 changed files with 10 additions and 7 deletions
-3
View File
@@ -69,9 +69,6 @@ public class P extends JavaPlugin {
String v = Bukkit.getBukkitVersion();
useUUID = !v.matches(".*1\\.[0-6].*") && !v.matches(".*1\\.7\\.[0-5].*");
use1_9 = !v.matches(".*1\\.[0-8].*");
if (use1_9) {
log("&eExperimental support for Bukkit 1.9 enabled.");
}
// load the Config
try {