diff --git a/MeTMT/js/layers.js b/MeTMT/js/layers.js
index 07c6064..546504f 100644
--- a/MeTMT/js/layers.js
+++ b/MeTMT/js/layers.js
@@ -54,7 +54,7 @@ addLayer("+", {
["display-text",
function() { if (player['+'].points.gte(15)) {return "- +1 Upgrade for ultra layer"} },],
["display-text",
- function() { if (player['+'].points.gte(16)) {return "- Multiply point gain by additions (Currently:
x" + format(player['+'].points.pow(1.1)) + "
)"} },],
+ function() { if (player['+'].points.gte(16)) {return "- Multiply point gain by additions (Currently: x" + format(player['+'].points.pow(1.1)) + "
)"} },],
["display-text",
function() { if (player['+'].points.gte(17)) {return "- Add a number to the base point gain based off of points (Currently: +" + format(player.points.pow(0.025)) + "
)"} },],
["display-text",
diff --git a/MeTMT/js/mod.js b/MeTMT/js/mod.js
index a8785e1..09c0c06 100644
--- a/MeTMT/js/mod.js
+++ b/MeTMT/js/mod.js
@@ -1,6 +1,6 @@
let modInfo = {
name: "MetaTree",
- id: "metree",
+ id: "metree", // what is the point of this
author: "unicodes/wk",
pointsName: "points",
modFiles: ["layers.js", "tree.js"],