Fix JSON size #209 Fix blind movement #192

This commit is contained in:
Robert Strouse 2023-12-22 12:33:19 -08:00
parent 76d3491f4c
commit f738be6782
8 changed files with 35 additions and 27 deletions

View file

@ -1252,7 +1252,7 @@ var security = new Security();
class General {
initialized = false;
appVersion = 'v2.2.2d';
appVersion = 'v2.2.2e';
reloadApp = false;
init() {
if (this.initialized) return;