瀏覽代碼

Update docs. Old info is irelevant anyway.

Tomasz Zieliński 2 年之前
父節點
當前提交
7614a3f49b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/modders/Random_Map_Template.md

+ 2 - 2
docs/modders/Random_Map_Template.md

@@ -18,8 +18,8 @@
 	/// Number of players that will be present on map (human or AI)
 	"players" : "2-4",
 
-	/// Optional, number of AI-only players
-	"cpu" : "2",
+	/// Since 1.4.0 - Optional, number of human-only players (as in original templates)
+	"humans" : "1-4",
 
 	///Optional parameter allowing to prohibit some water modes. All modes are allowed if parameter is not specified
 	"allowedWaterContent" : ["none", "normal", "islands"]