Implements panic bunkering. (#9315)

* Implements panic bunkering.
Helps with raid management, esp with unknown accounts.

* adds an enable/disable command.
This commit is contained in:
Moony
2022-07-01 15:46:37 -05:00
committed by GitHub
parent 2284412def
commit 8e90bf46e9
6 changed files with 60 additions and 0 deletions

View File

@@ -454,6 +454,7 @@ namespace Content.Server.Database
Ban = 0,
Whitelist = 1,
Full = 2,
Panic = 3,
}
public class ServerBanHit