1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-01-18 03:31:30 +00:00

Update options.js

This commit is contained in:
Braeden 2024-10-28 09:29:39 -04:00 committed by GitHub
parent 0a6abc6472
commit 4d8a86cfb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,4 +76,6 @@ function milestoneShown(layer, id) {
break; break;
} }
return false; return false;
} }
let formatOption = (opt) => opt ? 'ON' : 'OFF'