mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 09:16:06 +01:00
Fix a typo in CraftPotionUtil
By: Thinkofname <thinkofdeath@spigotmc.org>
This commit is contained in:
parent
9808985b27
commit
ace6224808
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public class CraftPotionUtil {
|
|||
}
|
||||
potionType = regular.inverse().get(type);
|
||||
if (potionType != null) {
|
||||
return new PotionData(potionType, false, true);
|
||||
return new PotionData(potionType, false, false);
|
||||
}
|
||||
return new PotionData(PotionType.UNCRAFTABLE, false, false);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue