diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-07-27 14:09:12 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-07-27 14:09:12 +1000 |
commit | 951fe787c437d43982f5eda77e1f19bf83998bfd (patch) | |
tree | d2e0c9a57451be75a968fedb6b7c407911ffbef4 /source/game/StarRootLoader.cpp | |
parent | 9e7a2e9bb9976a0f23fad5c0c91b151ffa2db24c (diff) |
Networking changes (needs P2P testing, requires clients to update unfortunately)
Diffstat (limited to 'source/game/StarRootLoader.cpp')
-rw-r--r-- | source/game/StarRootLoader.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/game/StarRootLoader.cpp b/source/game/StarRootLoader.cpp index bc0bce3..1643791 100644 --- a/source/game/StarRootLoader.cpp +++ b/source/game/StarRootLoader.cpp @@ -76,6 +76,9 @@ R"JSON( "allowAdminCommands" : true, "allowAdminCommandsFromAnyone" : false, "anonymousConnectionsAreAdmin" : false, + "connectionSettings" : { + "compression" : "Zstd" + }, "clientP2PJoinable" : true, "clientIPJoinable" : false, |