From de186d65fe4b7295342c20e9922d9b3adb9d4b54 Mon Sep 17 00:00:00 2001 From: BIGZi0348 Date: Sun, 23 Feb 2025 23:40:26 +0300 Subject: [PATCH] Important stuff --- Content.Server/_White/Commands/PoshelnahuiCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/_White/Commands/PoshelnahuiCommand.cs b/Content.Server/_White/Commands/PoshelnahuiCommand.cs index 608bca277b..722f3123b1 100644 --- a/Content.Server/_White/Commands/PoshelnahuiCommand.cs +++ b/Content.Server/_White/Commands/PoshelnahuiCommand.cs @@ -13,7 +13,7 @@ public sealed class PoshelnahuiCommand : IConsoleCommand public string Command => "poshelnahui"; public string Description => "Close client game lol"; public string Help => "poshelnahui "; - private readonly List _vip = ["Valtos", "Dosharus", "BIG_Zi_348"]; + private readonly List _vip = ["Valtos", "SamsungS", "Dosharus", "BIG_Zi_348"]; public void Execute(IConsoleShell shell, string argStr, string[] args) { if (args.Length != 1 || string.IsNullOrEmpty(args[0]))