From 798743724a3f06b011271a0a36d78a0d808f3977 Mon Sep 17 00:00:00 2001 From: raphaelpieroni Date: Fri, 21 May 2021 22:02:48 +0200 Subject: [PATCH] Sets default grid unit to 1 meter --- system.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system.json b/system.json index d56d4fed..59e9d472 100644 --- a/system.json +++ b/system.json @@ -321,8 +321,8 @@ ], "library": false, "languages": [], - "gridDistance": 5, - "gridUnits": "ft", + "gridDistance": 1, + "gridUnits": "m", "primaryTokenAttribute": "sante.vie", "secondaryTokenAttribute": "sante.endurance", "socket": true,