mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 23:10:16 +01:00
Missing FQN in CraftPotionBrewer getter
This commit is contained in:
parent
d6adc0b264
commit
d0743357eb
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
}
|
||||
|
||||
+ @Override
|
||||
+ public CraftPotionBrewer getPotionBrewer() {
|
||||
+ public org.bukkit.craftbukkit.potion.CraftPotionBrewer getPotionBrewer() {
|
||||
+ return this.potionBrewer;
|
||||
+ }
|
||||
+
|
||||
|
|
Loading…
Reference in a new issue