Skip to content
This repository was archived by the owner on Sep 14, 2025. It is now read-only.

Commit e0f7961

Browse files
committed
* Changed default ports to match VRChat's default ports
1 parent 7862409 commit e0f7961

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Haptics Presets OSC/Classes/ConnectionSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Haptics_Presets_OSC.Classes
99
public class ConnectionSettings
1010
{
1111
public string TargetIP { get; set; } = "127.0.0.1";
12-
public int SenderPort { get; set; } = 9009;
13-
public int ReceiverPort { get; set; } = 9008;
12+
public int SenderPort { get; set; } = 9001;
13+
public int ReceiverPort { get; set; } = 9000;
1414
}
1515
}

Haptics Presets OSC/Classes/OSCMessageEventArgs.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
using BuildSoft.OscCore;
2-
using System;
3-
using System.Linq;
42

53
namespace Haptics_Presets_OSC.Classes
64
{

0 commit comments

Comments
 (0)