Skip to content

Commit

Permalink
Sync to U143 network_settings
Browse files Browse the repository at this point in the history
1 method modified. No changes to BigLobby.
  • Loading branch information
polarathene committed May 2, 2017
1 parent c97f904 commit 5eee24f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion pdmod src/BigLobby - Set Player limit to 128.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Name BigLobby - Set Player limit to 128 v2.40
@Name BigLobby - Set Player limit to 128 v2.41
@Author Kwhali
@Description Original file + All peer max id and the preplanning colour index have been set from 4 to 128, marked with `biglobby__` prefix.
@Version 1.15
Expand Down
4 changes: 2 additions & 2 deletions pdmod src/mod/network.network_settings
Original file line number Diff line number Diff line change
Expand Up @@ -1645,13 +1645,13 @@
<param type="bool" /> <!-- suppressed or not -->
</message>

<message name="sync_upgrade" delivery="ordered" receiver="unit" check="client_to_server">
<message name="sync_upgrade" delivery="ordered" receiver="unit">
<param type="string" /> <!-- category name -->
<param type="string" /> <!-- upgrade_value name -->
<param type="int" min="1" max="16" /> <!-- upgrade_level -->
</message>

<message name="sync_temporary_upgrade_owned" delivery="ordered" receiver="unit" check="client_to_server">
<message name="sync_temporary_upgrade_owned" delivery="ordered" receiver="unit">
<param type="string" /> <!-- category name -->
<param type="string" /> <!-- upgrade_value name -->
<param type="int" min="1" max="16" /> <!-- upgrade_level -->
Expand Down

0 comments on commit 5eee24f

Please sign in to comment.