missed one

This commit is contained in:
JohnCorby 2023-09-18 13:05:13 -07:00
parent 6a25b6a325
commit d28407ed48

View File

@ -46,7 +46,7 @@ public class CommandInterpreter : MonoBehaviour, IAddComponentOnStart
{
if (QSBCore.UseKcpTransport)
{
WriteToChat($"Cannot get Product User ID for KCP-hosted server.", Color.red);
WriteToChat($"Cannot get Steam ID for KCP-hosted server.", Color.red);
return;
}