mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-03-06 23:27:24 +00:00
1.6.3b
```diff + Small code cleanup + FIXED ban check on connect ```
This commit is contained in:
@@ -394,8 +394,6 @@ public partial class CS2_SimpleAdmin
|
||||
{
|
||||
if (Database == null) return;
|
||||
|
||||
var callerSteamId = caller?.SteamID.ToString() ?? _localizer?["sa_console"] ?? "Console";
|
||||
|
||||
if (command.GetArg(1).Length <= 1)
|
||||
{
|
||||
command.ReplyToCommand($"Too short pattern to search.");
|
||||
|
||||
Reference in New Issue
Block a user