1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-11 12:31:08 +00:00

Fixed popup.css error message

This commit is contained in:
Harley White 2021-06-10 21:58:34 -04:00
parent 2439be6c96
commit 9fe8717a66
4 changed files with 5 additions and 3 deletions

View file

@ -11,7 +11,7 @@ let modInfo = {
// Set your version in num and name
let VERSION = {
num: "2.6.2.1",
num: "2.6.2.2",
name: "Fixed Reality",
}

View file

@ -4,7 +4,7 @@ var gameEnded = false;
// Don't change this
const TMT_VERSION = {
tmtNum: "2.6.2.1",
tmtNum: "2.6.2.2",
tmtName: "Fixed Reality"
}