mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-09-27 20:17:04 +02:00
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