diff --git a/src/com/zeshanaslam/actionhealth/utils/HealthUtil.java b/src/com/zeshanaslam/actionhealth/utils/HealthUtil.java index e2e29ff..11a1dcb 100644 --- a/src/com/zeshanaslam/actionhealth/utils/HealthUtil.java +++ b/src/com/zeshanaslam/actionhealth/utils/HealthUtil.java @@ -235,7 +235,7 @@ public class HealthUtil { message = ChatColor.translateAlternateColorCodes('&', message); try { - if (plugin.configStore.mcVersion.equals("v1_12_R1") || plugin.configStore.mcVersion.startsWith("v1_13") || plugin.configStore.mcVersion.startsWith("v1_14_") || plugin.configStore.mcVersion.startsWith("v1_15_")) { + if (plugin.configStore.mcVersion.equals("v1_12_R1") || plugin.configStore.mcVersion.startsWith("v1_13") || plugin.configStore.mcVersion.startsWith("v1_14_")) { new PreAction(player, message); } else if (!(plugin.configStore.mcVersion.equalsIgnoreCase("v1_8_R1") || (plugin.configStore.mcVersion.contains("v1_7_")))) { Class c1 = Class.forName("org.bukkit.craftbukkit." + plugin.configStore.mcVersion + ".entity.CraftPlayer"); diff --git a/translations/Polish.yml b/translations/Polish.yml index da7ffc3..d3a23da 100644 --- a/translations/Polish.yml +++ b/translations/Polish.yml @@ -3,7 +3,7 @@ Name: - Bat = Nietoperz - Blaze = Płomyk - Cat = Kot - - Cave Spider = Pająk Jaskiniowy + - Cave Spider = Pająk jaskiniowy - Chicken = Kurczak - Cod = Dorsz - Cow = Krowa @@ -35,8 +35,8 @@ Name: - Spider = Pająk - Squid = Kałamarnica - Stray = Tułacz - - Trader Llama = Lama Handlarza - - Tropical Fish = Ryba Tropikalna + - Trader Llama = Lama handlarza + - Tropical Fish = Ryba tropikalna - Turtle = Żółw - Vex = Dręczyciel - Villager = Osadnik @@ -49,5 +49,4 @@ Name: - Zombie Villager = Osadnik Zombie - Iron Golem = Żelazny Golem - Snow Golem = Bałwan - - Ender Dragon = Smok Kresu - - Bee = Pszczoła + - Ender Dragon = Smok Kresu \ No newline at end of file