fixed not having steam id in command

This commit is contained in:
caesarakalaeii 2023-08-12 15:35:59 +02:00
parent 32dfac3e33
commit bd3afffe16
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class MyGameServer : GameServer<MyPlayer>
string[] splits = msg.Split(" ");
var c = new Command(); // just to test replace with argument parsing for now
c.StreamerID = player.SteamID;
switch (splits[0])
{
case "heal":