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:
parent
2439be6c96
commit
9fe8717a66
4 changed files with 5 additions and 3 deletions
js
|
@ -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",
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue