new: delete scripts when delete server

This commit is contained in:
lollipopkit
2023-11-07 18:10:38 +08:00
parent e80f6d4cc2
commit 2133302397
17 changed files with 117 additions and 56 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 630;
static const int build = 634;
static const String engine = "3.13.8";
static const String buildAt = "2023-11-02 13:45:05";
static const int modifications = 1;
static const String buildAt = "2023-11-03 22:14:11";
static const int modifications = 2;
static const int script = 25;
}