fix: auto refresh

This commit is contained in:
lollipopkit
2024-05-09 23:32:23 +08:00
parent e2ddd48a79
commit 9a60e8f075
4 changed files with 28 additions and 27 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 887;
static const int build = 888;
static const String engine = "3.19.6";
static const String buildAt = "2024-05-09 23:08:15";
static const int modifications = 22;
static const String buildAt = "2024-05-09 23:31:53";
static const int modifications = 2;
static const int script = 46;
}