From f516df7073edb53d6eb81f771f1aee7bc55ae70f Mon Sep 17 00:00:00 2001 From: _nebula <41904486+misternebula@users.noreply.github.com> Date: Sun, 17 Sep 2023 22:03:20 +0100 Subject: [PATCH] Update CommandInterpreter.cs --- QSB/Utility/CommandInterpreter.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/QSB/Utility/CommandInterpreter.cs b/QSB/Utility/CommandInterpreter.cs index f8ebe042..a492569a 100644 --- a/QSB/Utility/CommandInterpreter.cs +++ b/QSB/Utility/CommandInterpreter.cs @@ -1,8 +1,8 @@ -using EpicTransport; -using QSB.HUD; +using QSB.HUD; using QSB.Messaging; using QSB.ShipSync.Messages; using QSB.WorldSync; +using Steamworks; using System.Linq; using UnityEngine; @@ -51,7 +51,7 @@ public class CommandInterpreter : MonoBehaviour, IAddComponentOnStart } var productUserID = QSBCore.IsHost - ? EOSSDKComponent.LocalUserProductIdString + ? SteamUser.GetSteamID().ToString() : QSBNetworkManager.singleton.networkAddress; GUIUtility.systemCopyBuffer = productUserID;