From 5dff9298bf2c1e5cbea51ce981e735b350292cad Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Mon, 21 Dec 2020 19:44:45 -0500
Subject: [PATCH] revert

---
 src/js/futureSocietyJS.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/js/futureSocietyJS.js b/src/js/futureSocietyJS.js
index 8e2b11a76bf..a59df4b695c 100644
--- a/src/js/futureSocietyJS.js
+++ b/src/js/futureSocietyJS.js
@@ -250,7 +250,7 @@ globalThis.FutureSocieties = (function() {
 		let FSLaw = `${FS}Law`;
 		if (arcology[FS] === undefined) {
 			// eslint-disable-next-line no-console
-			console.log(`ERROR: bad FS reference, V.arcologies[0].${FS} not defined`);
+			console.log(`ERROR: bad FS reference, $arcologies[0].${FS} not defined`);
 			return;
 		}
 
-- 
GitLab