FillNetworkData uses NetBuffer instead of OutgoingMessage
This commit is contained in:
@@ -1186,7 +1186,7 @@ namespace Barotrauma
|
||||
}
|
||||
}
|
||||
|
||||
public override bool FillNetworkData(NetworkEventType type, NetOutgoingMessage message, object data)
|
||||
public override bool FillNetworkData(NetworkEventType type, NetBuffer message, object data)
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user