System.json errors #27

Closed
opened 2023-08-30 14:07:48 +02:00 by techogre · 2 comments

I was doing a review of the system.json and found an error:

By default, each hex is 2m, not 5m

"gridDistance": 5,

Should be:

"gridDistance": 2,

I was doing a review of the system.json and found an error: By default, each hex is 2m, not 5m "gridDistance": 5, Should be: "gridDistance": 2,
Owner

OK, fixed in next release.

OK, fixed in next release.
uberwald referenced this issue from a commit 2023-08-30 20:19:19 +02:00
Owner

Fixed, v10.0.21 ready

Fixed, v10.0.21 ready
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: public/fvtt-hero-system-6#27
No description provided.