Fixed failing tests

This commit is contained in:
EvilFactory
2023-01-31 13:37:33 -03:00
parent a8171bd4e4
commit bd5811eb48
@@ -9,6 +9,8 @@ namespace Barotrauma
public void SendSyncMessage()
{
if (GameMain.Client == null) { return; }
WriteOnlyMessage message = new WriteOnlyMessage();
message.WriteByte((byte)ClientPacketHeader.LUA_NET_MESSAGE);
message.WriteByte((byte)LuaCsClientToServer.RequestAllIds);