Delta-v/Content.Server/Connection
Pieter-Jan Briers 7c255a8788
Add new "grant_connect_bypass" admin command (#26771)
This command allows you to grant a player temporary privilege to join regardless of player cap, whitelist, etc. It does not bypass bans.

The API for this is IConnectionManager.AddTemporaryConnectBypass().

I shuffled around the logic inside ConnectionManager. Bans are now checked before panic bunker.

(cherry picked from commit d879665b52c6c30d057e94ed49b222b8a1585717)
2024-04-21 21:47:30 +02:00
..
ConnectionManager.cs Add new "grant_connect_bypass" admin command (#26771) 2024-04-21 21:47:30 +02:00
GrantConnectBypassCommand.cs Add new "grant_connect_bypass" admin command (#26771) 2024-04-21 21:47:30 +02:00