Fixed config being wrong
This commit is contained in:
parent
d096abe59b
commit
8c34ca4756
1 changed files with 4 additions and 4 deletions
|
|
@ -6,10 +6,10 @@ namespace LightReflectiveMirror
|
|||
{
|
||||
class Config
|
||||
{
|
||||
public string TransportDLL = "SimpleWebSocketTransportCompiled.dll";
|
||||
public string TransportClass = "Mirror.SimpleWeb.SimpleWebTransport";
|
||||
public string TransportDLL = "MultiCompiled.dll";
|
||||
public string TransportClass = "Mirror.SimpleWebTransport";
|
||||
public string AuthenticationKey = "Secret Auth Key";
|
||||
public int UpdateLoopTime = 50;
|
||||
public int UpdateHeartbeatInterval = 20;
|
||||
public int UpdateLoopTime = 10;
|
||||
public int UpdateHeartbeatInterval = 100;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue