i did an oopsie

This commit is contained in:
Nif 2024-03-17 20:06:45 +00:00
parent 79b6262235
commit b3584d426d

View file

@ -171,7 +171,7 @@ addLayer("ach", {
"achievements"
],
tooltip() {
return format(player[this.layer].achievements.length) + " achievement" + format(player[this.layer].achievements.length == 1 ? "" : "s")
return format(player[this.layer].achievements.length) + " achievement" + (player[this.layer].achievements.length == 1 ? "" : "s")
},
row: "side", // Row the layer is in on the tree (0 is the first row)
layerShown(){return true}