Skip to content

Commit

Permalink
Deleting unnecessary items in vars.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey004 committed Nov 25, 2024
1 parent b04a71d commit 4091be4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Quest2-VRC.Core/Services/Check_Vars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ public static void CheckVars()
new JProperty("HMDBat", "HMDBat"),
new JProperty("ControllerBatL", "ControllerBatL"),
new JProperty("ControllerBatR", "ControllerBatR"),
new JProperty("Receive_addr", "/avatar/parameters/Eyes mode"),
new JProperty("Receive_addr_test", "/avatar/parameters/Eyes_mode"),
new JProperty("SendPort", "9000"),
new JProperty("HostIP", "127.0.0.1"),
new JProperty("LastKnownIP", "127.0.0.1"));
Expand Down

0 comments on commit 4091be4

Please sign in to comment.