Fix wrong port, was 7070 but it should be 7777 as default
This commit is contained in:
parent
b84448ea11
commit
23165b7d1f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ namespace LightReflectiveMirror
|
||||||
[CustomEditor(typeof(LightReflectiveMirrorTransport))]
|
[CustomEditor(typeof(LightReflectiveMirrorTransport))]
|
||||||
public class LRMInspector : Editor
|
public class LRMInspector : Editor
|
||||||
{
|
{
|
||||||
int serverPort = 7070;
|
int serverPort = 7777;
|
||||||
string serverIP;
|
string serverIP;
|
||||||
float invalidServerIP = 0;
|
float invalidServerIP = 0;
|
||||||
bool usingLLB = false;
|
bool usingLLB = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue