mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41: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,
|
||||
showMFCGMap: true,
|
||||
winds: [225, 45, 225, 315, 135, 315],
|
||||
stateLabelsMode: "auto"
|
||||
stateLabelsMode: "auto",
|
||||
year: 0,
|
||||
};
|
||||
|
||||
checkForUpdates();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue