Fixed NRE when calling receive in singleplayer (should just do nothing)
This commit is contained in:
@@ -74,6 +74,8 @@ namespace Barotrauma
|
|||||||
{
|
{
|
||||||
if (stringToId.ContainsKey(netMessageName)) { return; }
|
if (stringToId.ContainsKey(netMessageName)) { return; }
|
||||||
|
|
||||||
|
if (GameMain.Client == null) { return; }
|
||||||
|
|
||||||
WriteOnlyMessage message = new WriteOnlyMessage();
|
WriteOnlyMessage message = new WriteOnlyMessage();
|
||||||
message.WriteByte((byte)ClientPacketHeader.LUA_NET_MESSAGE);
|
message.WriteByte((byte)ClientPacketHeader.LUA_NET_MESSAGE);
|
||||||
message.WriteByte((byte)LuaCsClientToServer.RequestSingleId);
|
message.WriteByte((byte)LuaCsClientToServer.RequestSingleId);
|
||||||
|
|||||||
Reference in New Issue
Block a user