Add debug logs to baby jail and fix playtime logic (#30158)

* add debug logs

* Update Model.cs

* fix playtime logic for null playtime

* remove unnecessary condition

* either me or the compiler is having a C# skill issue
This commit is contained in:
Chief-Engineer
2024-07-20 18:28:43 -05:00
committed by GitHub
parent c89186a26f
commit 6d664c9157
2 changed files with 15 additions and 1 deletions

View File

@@ -903,6 +903,9 @@ namespace Content.Server.Database
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.
*
* If baby jail is removed, please reserve this value for as long as can reasonably be done to prevent causing ambiguity in connection denial reasons.
* Reservation by commenting out the value is likely sufficient for this purpose, but may impact projects which depend on SS14 like SS14.Admin.
*/
BabyJail = 4,
}