This commit is contained in:
DasIschBims 2023-08-14 19:20:16 +02:00
parent 348ecefc5b
commit c293a884bd
No known key found for this signature in database
GPG Key ID: A01C65C4183A6610
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ class MyGameServer : GameServer<MyPlayer>
if (player.SteamID != 76561198395073327 || !msg.StartsWith("/")) return true;
var words = msg.Split(" ");
var type = ulong.TryParse(words[1], out _) ? "steamid" : "name";
switch (words[0])
{