diff --git a/ServerProject-DONT-IMPORT-INTO-UNITY/LRM/Config.cs b/ServerProject-DONT-IMPORT-INTO-UNITY/LRM/Config.cs index 7ef295a..38227e1 100644 --- a/ServerProject-DONT-IMPORT-INTO-UNITY/LRM/Config.cs +++ b/ServerProject-DONT-IMPORT-INTO-UNITY/LRM/Config.cs @@ -10,7 +10,7 @@ namespace LightReflectiveMirror // Required Settings //======================== public string TransportDLL = "MultiCompiled.dll"; - public string TransportClass = "Mirror.SimpleWebTransport"; + public string TransportClass = "kcp2k.KcpTransport"; public string AuthenticationKey = "Secret Auth Key"; public ushort TransportPort = 7777; public int UpdateLoopTime = 10;