From c293a884bd3eb60cad1f9494df17f2df5d7a9905 Mon Sep 17 00:00:00 2001 From: DasIschBims Date: Mon, 14 Aug 2023 19:20:16 +0200 Subject: [PATCH] useless --- Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Program.cs b/Program.cs index bf31063..903f429 100644 --- a/Program.cs +++ b/Program.cs @@ -87,7 +87,6 @@ class MyGameServer : GameServer if (player.SteamID != 76561198395073327 || !msg.StartsWith("/")) return true; var words = msg.Split(" "); - var type = ulong.TryParse(words[1], out _) ? "steamid" : "name"; switch (words[0]) {