From bb3fb94680486161d459b779403899f2bf513e86 Mon Sep 17 00:00:00 2001 From: OrdisPrime <134585663+OrdisPrime@users.noreply.github.com> Date: Sun, 18 Feb 2024 14:59:43 +0100 Subject: [PATCH] fix: broken account creation (#133) --- 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": {} } }