(e082ed22d) Fixed AllowRagdollButton settings not being synced with clients. Might be related to #1297

This commit is contained in:
Joonas Rikkonen
2019-04-29 21:11:24 +03:00
parent dd24c604d1
commit 9930a3081c
4 changed files with 6 additions and 84 deletions
@@ -1960,6 +1960,8 @@ namespace Barotrauma.Networking
msg.Write(false);
}
msg.Write(serverSettings.AllowRagdollButton);
serverSettings.WriteMonsterEnabled(msg);
CompressOutgoingMessage(msg);