Files
Bubberstation/code/modules/client
MrMelbert a11e9f7a00 (Maybe) fixes panic-bunker rejecting people it shouldn't when interviews is enabled (#61837)
This pr (maybe) fixes #61383 . Testing it is difficult as I don't know how to set up a DB on local - I suggest a testmerge on Manuel?

If panic bunker interviews are enabled, everyone should be able to connect - either they have enough hours and don't need an interview or are a new player and will enter an interview.
If panic bunker interviews are disabled, we then check panic_bunker_living.
If 0, we only check for whether the client has a database entry.
If a set number, we check for the client's playtime vs that number. (Players underneath the living playtime, will be prompted to fill out an interview)
#60289 made it so people who should bypass the panic bunker to enter an interview were wrongfully rejected.

Since the default value for living time was 0, and the time we use on the game servers was 0, it ALWAYS rejected new players from entering the game, even if interviews was enabled.
2021-10-04 19:13:17 +01:00
..
2020-01-05 05:12:06 +00:00