From 07ec345acfd8af19943baa7ac83bc4409251e942 Mon Sep 17 00:00:00 2001 From: Ordis <134585663+OrdisPrime@users.noreply.github.com> Date: Sun, 18 Feb 2024 14:58:10 +0100 Subject: [PATCH] fix: breaking account creation PersonalRooms.Gardening --- static/fixed_responses/personalRooms.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/fixed_responses/personalRooms.json b/static/fixed_responses/personalRooms.json index 8142eb97..b42bc27e 100644 --- a/static/fixed_responses/personalRooms.json +++ b/static/fixed_responses/personalRooms.json @@ -27,6 +27,6 @@ { "Name": "DuviriHallway", "MaxCapacity": 1600 } ], "FavouriteLoadouts": [], - "Gardening": [] + "Gardening": {} } }