diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-07-04 16:41:26 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 13:11:25 +0100 |
commit | 689061a44d01813f2cd9faf0299321d0a1d6498a (patch) | |
tree | cb6de7cf3ffd3c1b0c02f2f8b4154ae2240cb094 /tools/gendata.js | |
parent | e8a5f5410a0e876d889a2a8137c34bb925f65408 (diff) | |
download | rommel-in-the-desert-689061a44d01813f2cd9faf0299321d0a1d6498a.tar.gz |
Moves.
Diffstat (limited to 'tools/gendata.js')
-rw-r--r-- | tools/gendata.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gendata.js b/tools/gendata.js index fb0348c..75c3a9f 100644 --- a/tools/gendata.js +++ b/tools/gendata.js @@ -573,4 +573,4 @@ console.log("const side_limit = " + JSON.stringify(side_limit)); console.log("const hex_name = " + JSON.stringify(hex_name)); console.log("const regions = " + JSON.stringify(regions)); console.log("const units = " + JSON.stringify(units)); -console.log("if (typeof module !== 'undefined') module.exports = { hex_name, hex_road, side_road, side_limit, regions, units }"); +console.log("if (typeof module !== 'undefined') module.exports = { hex_exists, hex_name, hex_road, side_road, side_limit, regions, units }"); |