1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-04-24 10:11:05 +00:00

Made text inputs never give NaNs

This commit is contained in:
Harley White 2021-05-18 18:36:17 -04:00
parent bb0926c17d
commit 23cbfc7a9e
4 changed files with 11 additions and 5 deletions
js/Demo

View file

@ -11,7 +11,7 @@ let modInfo = {
// Set your version in num and name
let VERSION = {
num: "2.5.9",
num: "2.5.9.1",
name: "Dreams Really Do Come True",
}