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

Commit

Permalink
KCP Default transport
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek-R-S committed May 18, 2021
1 parent 10276d5 commit b880820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ServerProject-DONT-IMPORT-INTO-UNITY/LRM/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class Config
// 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;
Expand Down

0 comments on commit b880820

Please sign in to comment.