mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-02 04:56:50 +01:00
Revert changing EntityType.FIREBALL to LARGE_FIREBALL
This commit is contained in:
parent
216cddb2ab
commit
aba7e2faf1
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ public class CraftLargeFireball extends CraftFireball implements LargeFireball {
|
|||
}
|
||||
|
||||
public EntityType getType() {
|
||||
return EntityType.LARGE_FIREBALL;
|
||||
return EntityType.FIREBALL;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue