geforkt von Mirrors/Paper
Fix a typo in CraftPotionUtil
Dieser Commit ist enthalten in:
Ursprung
8e5eab2655
Commit
6030bc464f
@ -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);
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren