Skip to content

Commit a10e86c

Browse files
authored
fix: Revert WS DefaultIP address to 'localhost'
1 parent bd01894 commit a10e86c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Unity Template VR/Assets/Scripts/Gama Provider/Connection/WebSocketConnector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
public abstract class WebSocketConnector : MonoBehaviour
88
{
99

10-
protected string DefaultIP = "10.217.129.233";//"localhost";
10+
protected string DefaultIP = "localhost";
1111
protected string DefaultPort = "8080";
1212

1313

0 commit comments

Comments
 (0)