diff --git a/src/js/futureSocietyJS.js b/src/js/futureSocietyJS.js index 8e2b11a76bf97fa88ec2af3de6660b197dd14528..a59df4b695c06781e6c611db5b76716233b3196f 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; }