(e082ed22d) Fixed AllowRagdollButton settings not being synced with clients. Might be related to #1297
This commit is contained in:
@@ -1960,6 +1960,8 @@ namespace Barotrauma.Networking
|
||||
msg.Write(false);
|
||||
}
|
||||
|
||||
msg.Write(serverSettings.AllowRagdollButton);
|
||||
|
||||
serverSettings.WriteMonsterEnabled(msg);
|
||||
|
||||
CompressOutgoingMessage(msg);
|
||||
|
||||
Reference in New Issue
Block a user