From 7614a3f49b3e63bdc59eb2041bf0352a853847ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Zieli=C5=84ski?= Date: Mon, 30 Oct 2023 21:03:12 +0100 Subject: [PATCH] Update docs. Old info is irelevant anyway. --- docs/modders/Random_Map_Template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modders/Random_Map_Template.md b/docs/modders/Random_Map_Template.md index 5a1df570d..0e31d9da7 100644 --- a/docs/modders/Random_Map_Template.md +++ b/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"]