We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ac47e commit 6065648Copy full SHA for 6065648
1 file changed
src/Entity/Shape/Pentagon.ts
@@ -58,6 +58,6 @@ export default class Pentagon extends AbstractShape {
58
this.entityTags |= EntityTags.isShiny;
59
}
60
61
- this.arenaMobID = this.isAlpha ? "alphapentagon" : "pentagon";
+ this.arenaMobID = this.isAlpha ? "alphaPentagon" : "pentagon";
62
63
-}
+}
0 commit comments