Skip to content

Commit

Permalink
Fix maxconnections on steamlobby API being too few for 4 players
Browse files Browse the repository at this point in the history
  • Loading branch information
Fueredoriku committed Dec 23, 2024
1 parent bf0a9e6 commit 18ed182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Prefabs/Gamestate/StaticInfo.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ MonoBehaviour:
onlineScene: Assets/Scenes/Menu.unity
transport: {fileID: 5022952277509122877}
networkAddress:
maxConnections: 4
maxConnections: 5
disconnectInactiveConnections: 0
disconnectInactiveTimeout: 60
authenticator: {fileID: 0}
Expand Down

0 comments on commit 18ed182

Please sign in to comment.