Update Helper.cs
This commit is contained in:
parent
f2e4b84b29
commit
9163caeb0d
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,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