From 0fd3436b28501f2e08ab936f9242c39bac975b22 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 24 Aug 2024 09:57:09 +0200 Subject: Fix typo that caused missing PC in Wilmington (NC). --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 6436f2e..579303a 100644 --- a/rules.js +++ b/rules.js @@ -57,7 +57,7 @@ const NINETY_SIX = data.space_index["Ninety Six"] const NORFOLK = data.space_index["Norfolk"] const PHILADELPHIA = data.space_index["Philadelphia"] const QUEBEC = data.space_index["Quebec"] -const WILMINGTON_NC = data.space_index["Wilmington NC"] +const WILMINGTON_NC = data.space_index["Wilmington"] const CAPTURED_GENERALS = data.space_index["Captured Generals"] const CONTINENTAL_CONGRESS_DISPERSED = data.space_index["Continental Congress Dispersed"] -- cgit v1.2.3