Converting everything into Harmony patches part 1
This commit is contained in:
@@ -7,11 +7,11 @@ using System.Collections.Generic;
|
||||
|
||||
namespace Barotrauma.LuaCs;
|
||||
|
||||
partial class NetworkingService : INetworkingService, IEventConnectedToServer, IEventServerRawNetMessageReceived
|
||||
partial class NetworkingService : INetworkingService, IEventServerConnected, IEventServerRawNetMessageReceived
|
||||
{
|
||||
private ConcurrentDictionary<ushort, ConcurrentQueue<IReadMessage>> receiveQueue = new();
|
||||
|
||||
public void OnConnectedToServer()
|
||||
public void OnServerConnected()
|
||||
{
|
||||
SendSyncMessage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user