Skip to content

Commit

Permalink
Merge pull request #32 from yanorei32/add-dummy-value-to-launch-uri
Browse files Browse the repository at this point in the history
  • Loading branch information
yanorei32 authored Sep 27, 2022
2 parents edf07b4 + c0ccd24 commit d499186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utility/LinkGenerator.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace VRChatRejoinTool.Utility {
public static class LinkGenerator {
public static string GetLaunchInstanceLink(Instance i) {
return "vrchat://launch?id=" + i.Id;
return "vrchat://launch?id=" + i.Id + "&shortName=dummyval";
}

public static string GetInstanceLink(Instance i) {
Expand Down

0 comments on commit d499186

Please sign in to comment.