mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-13 05:11:10 +00:00
Fixed new option
This commit is contained in:
parent
f31e345f2f
commit
43ad19764b
3 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,7 @@ var needCanvasUpdate = true;
|
|||
|
||||
// Don't change this
|
||||
const TMT_VERSION = {
|
||||
tmtNum: "2.6.6",
|
||||
tmtNum: "2.6.6.1",
|
||||
tmtName: "Fixed Reality"
|
||||
}
|
||||
|
||||
|
|
|
@ -223,6 +223,7 @@ function loadOptions() {
|
|||
else
|
||||
options = getStartOptions()
|
||||
if (themes.indexOf(options.theme) < 0) theme = "default"
|
||||
fixData(options, getStartOptions())
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue