Skip to content

Commit 6065648

Browse files
typo
1 parent 67ac47e commit 6065648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Entity/Shape/Pentagon.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ export default class Pentagon extends AbstractShape {
5858
this.entityTags |= EntityTags.isShiny;
5959
}
6060

61-
this.arenaMobID = this.isAlpha ? "alphapentagon" : "pentagon";
61+
this.arenaMobID = this.isAlpha ? "alphaPentagon" : "pentagon";
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)