From cabbd234afd65fc6a68cbdac05291036c9d29b81 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Mon, 19 Apr 2021 20:24:20 -0700 Subject: [PATCH] Fix incorrect docs. --- game/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/version.py b/game/version.py index 398c0c27..71c43a10 100644 --- a/game/version.py +++ b/game/version.py @@ -36,7 +36,7 @@ VERSION = _build_version_string() #: Version 2 #: * Front line endpoints now define convoy origin/destination waypoints. They should be #: placed on or near roads. -#: * Factories (Warehouse_A) define factory objectives. Only control points with +#: * Factories (Workshop_A) define factory objectives. Only control points with #: factories will be able to recruit ground units, so they should exist in sufficient #: number and be protected by IADS. CAMPAIGN_FORMAT_VERSION = 2