fix: jump server (#190)

This commit is contained in:
lollipopkit
2023-10-30 17:10:29 +08:00
parent 4971239bfc
commit bff799afd9
9 changed files with 103 additions and 73 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 612;
static const int build = 616;
static const String engine = "3.13.8";
static const String buildAt = "2023-10-28 17:13:40";
static const String buildAt = "2023-10-30 14:48:00";
static const int modifications = 5;
static const int script = 22;
static const int script = 23;
}