fix: can't restore settings from backup

This commit is contained in:
lollipopkit
2023-10-21 19:02:21 +08:00
parent bcf7e2125c
commit e89ccd7ad4
8 changed files with 37 additions and 28 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 601;
static const int build = 603;
static const String engine = "3.13.7";
static const String buildAt = "2023-10-17 20:28:10";
static const int modifications = 4;
static const int script = 21;
static const String buildAt = "2023-10-18 20:37:38";
static const int modifications = 7;
static const int script = 22;
}