opt.: sync switch

This commit is contained in:
lollipopkit
2023-12-05 10:49:14 +08:00
parent 03b9a46a4c
commit 143cb1e7c1
5 changed files with 40 additions and 31 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 660;
static const int build = 664;
static const String engine = "3.16.2";
static const String buildAt = "2023-12-04 13:43:20";
static const int modifications = 11;
static const String buildAt = "2023-12-04 15:12:44";
static const int modifications = 1;
static const int script = 31;
}