fix: add missing game parameter

This commit is contained in:
Emmanuel BENOîT 2024-12-31 00:33:01 +01:00
parent 6ee9078e0c
commit 176af7c232
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg

View file

@ -96,6 +96,8 @@
<Param name="maxplayers" value="0" /> <Param name="maxplayers" value="0" />
<!-- Maximum amount of systems (0 for unlimited) --> <!-- Maximum amount of systems (0 for unlimited) -->
<Param name="maxsystems" value="0" /> <Param name="maxsystems" value="0" />
<!-- Amount of free systems that trigger universe generation -->
<Param name="minsystems" value="5" />
<!-- Partial tech graph (0 for complete tech graph, 1 for partial) --> <!-- Partial tech graph (0 for complete tech graph, 1 for partial) -->
<Param name="partialtechs" value="1" /> <Param name="partialtechs" value="1" />
<!-- Initial amount of money for players joining the game (0 = default) --> <!-- Initial amount of money for players joining the game (0 = default) -->