mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-31 22:30:15 +00:00
Fix a typo in CraftPotionUtil
This commit is contained in:
parent
8e5eab2655
commit
6030bc464f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue