Skip to content

Commit

Permalink
EasyAntiCheat対応
Browse files Browse the repository at this point in the history
  • Loading branch information
hinanoaira committed Jul 25, 2022
1 parent 0262baf commit 2489eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VRChatModeSwitcher/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private bool RunVRChat(bool VRMode)
outArg = $"--no-vr {outArg}";

ProcessStartInfo psi = new ProcessStartInfo();
psi.FileName = "VRChat.exe";
psi.FileName = "launch.exe";
psi.Arguments = outArg;
string path = "";

Expand Down

0 comments on commit 2489eed

Please sign in to comment.