Update LRMInspector.cs

This commit is contained in:
Derek S 2021-04-05 20:20:45 -05:00
parent 1ebfd4cd14
commit bfa2785e22

View file

@ -15,7 +15,7 @@ namespace LightReflectiveMirror
[CustomEditor(typeof(LightReflectiveMirrorTransport))] [CustomEditor(typeof(LightReflectiveMirrorTransport))]
public class LRMInspector : Editor public class LRMInspector : Editor
{ {
int serverPort = 8080; int serverPort = 7070;
string serverIP; string serverIP;
float invalidServerIP = 0; float invalidServerIP = 0;
bool usingLLB = false; bool usingLLB = false;