mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
fix options year missing
This commit is contained in:
parent
8a817b568e
commit
ab529a823c
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@ options = {
|
||||||
pinNotes: false,
|
pinNotes: false,
|
||||||
showMFCGMap: true,
|
showMFCGMap: true,
|
||||||
winds: [225, 45, 225, 315, 135, 315],
|
winds: [225, 45, 225, 315, 135, 315],
|
||||||
stateLabelsMode: "auto"
|
stateLabelsMode: "auto",
|
||||||
|
year: 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
checkForUpdates();
|
checkForUpdates();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue