Fix baby jail (#29896)
* Revert "Revert Baby Jail (#29891)"
This reverts commit 24a2866747.
* the fix
This commit is contained in:
@@ -901,6 +901,10 @@ namespace Content.Server.Database
|
||||
Whitelist = 1,
|
||||
Full = 2,
|
||||
Panic = 3,
|
||||
/*
|
||||
* TODO: Remove baby jail code once a more mature gateway process is established. This code is only being issued as a stopgap to help with potential tiding in the immediate future.
|
||||
*/
|
||||
BabyJail = 4,
|
||||
}
|
||||
|
||||
public class ServerBanHit
|
||||
|
||||
Reference in New Issue
Block a user