fix: add missing game parameter
This commit is contained in:
parent
6ee9078e0c
commit
176af7c232
1 changed files with 2 additions and 0 deletions
|
@ -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) -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue