opt.: reconnect logic (#258)

This commit is contained in:
lollipopkit
2024-01-28 14:53:48 +08:00
parent 2e11d8827e
commit 799a1ac5f0
8 changed files with 65 additions and 42 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 725;
static const int build = 726;
static const String engine = "3.16.8";
static const String buildAt = "2024-01-27 21:27:49";
static const int modifications = 4;
static const String buildAt = "2024-01-27 23:32:47";
static const int modifications = 3;
static const int script = 36;
}