Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Commit

Permalink
Fix wrong port, was 7070 but it should be 7777 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxpxr committed Apr 8, 2021
1 parent b84448e commit 23165b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace LightReflectiveMirror
[CustomEditor(typeof(LightReflectiveMirrorTransport))]
public class LRMInspector : Editor
{
int serverPort = 7070;
int serverPort = 7777;
string serverIP;
float invalidServerIP = 0;
bool usingLLB = false;
Expand Down

0 comments on commit 23165b7

Please sign in to comment.