Unverified Commit 3e124c3c authored by Tom Moulard's avatar Tom Moulard
Browse files

server-settings: fixing unwanted parameters

parent df3fd98e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  "name": "Name of the game as it will appear in the game listing",
  "description": "Description of the game that will appear in the listing",
  "tags": ["game", "tags"],
  "tags": ["game", "tags", "github.com/tomMoulard/make-my-server"],

  "_comment_max_players": "Maximum number of players allowed, admins can join even a full server. 0 means unlimited.",
  "max_players": 0,
@@ -24,7 +24,7 @@
  "game_password": "",

  "_comment_require_user_verification": "When set to true, the server will only allow clients that have a valid Factorio.com account",
  "require_user_verification": true,
  "require_user_verification": false,

  "_comment_max_upload_in_kilobytes_per_second" : "optional, default value is 0. 0 means unlimited.",
  "max_upload_in_kilobytes_per_second": 0,