Increase minimum requirement for lowpop maps (#23718)
* add * add * yes
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
id: Atlas
|
id: Atlas
|
||||||
mapName: Atlas
|
mapName: Atlas
|
||||||
mapPath: /Maps/atlas.yml
|
mapPath: /Maps/atlas.yml
|
||||||
minPlayers: 0
|
minPlayers: 5
|
||||||
maxPlayers: 35
|
maxPlayers: 20
|
||||||
stations:
|
stations:
|
||||||
Atlas:
|
Atlas:
|
||||||
stationProto: StandardNanotrasenStation
|
stationProto: StandardNanotrasenStation
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
id: Cluster
|
id: Cluster
|
||||||
mapName: 'Cluster'
|
mapName: 'Cluster'
|
||||||
mapPath: /Maps/cluster.yml
|
mapPath: /Maps/cluster.yml
|
||||||
minPlayers: 0
|
minPlayers: 10
|
||||||
maxPlayers: 35
|
maxPlayers: 35
|
||||||
stations:
|
stations:
|
||||||
Cluster:
|
Cluster:
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
- type: gameMap
|
- type: gameMap
|
||||||
id: Omega
|
id: Omega
|
||||||
mapName: 'Omega'
|
mapName: 'Omega'
|
||||||
mapPath: /Maps/omega.yml
|
mapPath: /Maps/omega.yml
|
||||||
minPlayers: 0
|
minPlayers: 10
|
||||||
maxPlayers: 35
|
maxPlayers: 35
|
||||||
stations:
|
stations:
|
||||||
Omega:
|
Omega:
|
||||||
|
|||||||
Reference in New Issue
Block a user