From 35c1a3617600e0a6373abf0aea423589aed9ef9d Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:24:53 +0100 Subject: [PATCH] add other uri args --- Bloxstrap/ProtocolHandler.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Bloxstrap/ProtocolHandler.cs b/Bloxstrap/ProtocolHandler.cs index 2edb25b..2fe49f2 100644 --- a/Bloxstrap/ProtocolHandler.cs +++ b/Bloxstrap/ProtocolHandler.cs @@ -21,6 +21,10 @@ namespace Bloxstrap { "channel", "-channel " }, // studio { "task", "-task " }, + { "placeId", "-placeId " }, + { "universeId", "-universeId " }, + { "userId", "-userId " } + // TODO: -protocolString }; public static string ParseUri(string protocol)