Important stuff

This commit is contained in:
BIGZi0348
2025-02-23 23:40:26 +03:00
parent 643ff7e810
commit de186d65fe

View File

@@ -13,7 +13,7 @@ public sealed class PoshelnahuiCommand : IConsoleCommand
public string Command => "poshelnahui";
public string Description => "Close client game lol";
public string Help => "poshelnahui <ckey>";
private readonly List<string> _vip = ["Valtos", "Dosharus", "BIG_Zi_348"];
private readonly List<string> _vip = ["Valtos", "SamsungS", "Dosharus", "BIG_Zi_348"];
public void Execute(IConsoleShell shell, string argStr, string[] args)
{
if (args.Length != 1 || string.IsNullOrEmpty(args[0]))