Improved Networking
Network messages are now sent through a 2-byte Id to minimize overhead of using strings.
This commit is contained in:
@@ -282,6 +282,7 @@ namespace Barotrauma
|
||||
PerformanceCounter = new LuaCsPerformanceCounter();
|
||||
Hook.Initialize();
|
||||
ModStore.Initialize();
|
||||
Networking.Initialize();
|
||||
|
||||
UserData.RegisterType<LuaCsLogger>();
|
||||
UserData.RegisterType<LuaCsConfig>();
|
||||
|
||||
Reference in New Issue
Block a user