Fix a typo in CraftPotionUtil
By: Thinkofname <thinkofdeath@spigotmc.org>
This commit is contained in:
@@ -82,7 +82,7 @@ public class CraftPotionUtil {
|
|||||||
}
|
}
|
||||||
potionType = regular.inverse().get(type);
|
potionType = regular.inverse().get(type);
|
||||||
if (potionType != null) {
|
if (potionType != null) {
|
||||||
return new PotionData(potionType, false, true);
|
return new PotionData(potionType, false, false);
|
||||||
}
|
}
|
||||||
return new PotionData(PotionType.UNCRAFTABLE, false, false);
|
return new PotionData(PotionType.UNCRAFTABLE, false, false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user