Skip to content

Commit

Permalink
item/firework_type.go: Fix issues caused by refactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
JustTalDevelops authored and DaPigGuy committed Jul 21, 2022
1 parent 597bffd commit 7941870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/item/firework_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ func (f fireworkShape) Name() string {
case 1:
return "Huge Sphere"
case 2:
return "FireworkShapeStar"
return "Star"
case 3:
return "Creeper Head"
case 4:
return "FireworkShapeBurst"
return "Burst"
}
panic("unknown firework type")
}
Expand Down

0 comments on commit 7941870

Please sign in to comment.