Missing FQN in CraftPotionBrewer getter

This commit is contained in:
Bjarne Koll 2024-04-25 19:45:17 +02:00
parent d6adc0b264
commit d0743357eb

View file

@ -196,7 +196,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
}
+ @Override
+ public CraftPotionBrewer getPotionBrewer() {
+ public org.bukkit.craftbukkit.potion.CraftPotionBrewer getPotionBrewer() {
+ return this.potionBrewer;
+ }
+