mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-09-27 20:17:04 +02:00
Merge remote-tracking branch 'upstream/main'
update: missed comment
This commit is contained in:
commit
6928f57111
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ internal static class Helper
|
||||||
{
|
{
|
||||||
Server.ExecuteCommand($"kickid {player.UserId}");
|
Server.ExecuteCommand($"kickid {player.UserId}");
|
||||||
|
|
||||||
player.Disconnect(reason); // Broken after last update
|
// player.Disconnect(reason); // Broken after last update
|
||||||
}
|
}
|
||||||
|
|
||||||
if (CS2_SimpleAdmin.UnlockedCommands && reason == NetworkDisconnectionReason.NETWORK_DISCONNECT_REJECT_BANNED)
|
if (CS2_SimpleAdmin.UnlockedCommands && reason == NetworkDisconnectionReason.NETWORK_DISCONNECT_REJECT_BANNED)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue