From 17c1c19e90c28df13a1d53abd981c5bdff72da40 Mon Sep 17 00:00:00 2001 From: Mohammad Shoaib Date: Sat, 20 Aug 2022 22:17:45 +0530 Subject: [PATCH] Removed trailing commas --- stardew-access/assets/static-tiles.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stardew-access/assets/static-tiles.json b/stardew-access/assets/static-tiles.json index 170ba54..9123647 100644 --- a/stardew-access/assets/static-tiles.json +++ b/stardew-access/assets/static-tiles.json @@ -1685,7 +1685,7 @@ "x": [28], "y": [7], "type": "other" - }, + } }, "samhouse": { "Exit": { @@ -2259,7 +2259,7 @@ "x": [2], "y": [13], "type": "interactable" - }, + } }, "wizardhousebasement": { "Exit Ladder": { @@ -2290,4 +2290,4 @@ "type": "interactable" } } -} \ No newline at end of file +}