fix: store item type & update file check

This commit is contained in:
lollipopkit
2023-10-28 19:02:54 +08:00
parent c3ca5725a4
commit 7de5987355
7 changed files with 38 additions and 29 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 611;
static const int build = 612;
static const String engine = "3.13.8";
static const String buildAt = "2023-10-27 20:42:26";
static const int modifications = 7;
static const String buildAt = "2023-10-28 17:13:40";
static const int modifications = 5;
static const int script = 22;
}