mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-19 13:38:44 +01:00
Revert changing EntityType.FIREBALL to LARGE_FIREBALL
By: feildmaster <admin@feildmaster.com>
This commit is contained in:
parent
28e9f1ac43
commit
c464cba5b2
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ public class CraftLargeFireball extends CraftFireball implements LargeFireball {
|
||||||
}
|
}
|
||||||
|
|
||||||
public EntityType getType() {
|
public EntityType getType() {
|
||||||
return EntityType.LARGE_FIREBALL;
|
return EntityType.FIREBALL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue