From ba0bc6c9d1e25194ef51c5f24519d17c31d6d40c Mon Sep 17 00:00:00 2001 From: Zin <62830952+Zintixx@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:58:46 -0700 Subject: [PATCH] Update Home.cs --- Maple2.Model/Game/User/Home.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Maple2.Model/Game/User/Home.cs b/Maple2.Model/Game/User/Home.cs index c79074aa7..0b6cfdd7c 100644 --- a/Maple2.Model/Game/User/Home.cs +++ b/Maple2.Model/Game/User/Home.cs @@ -62,6 +62,7 @@ public Home() { message = string.Empty; Permissions = new Dictionary(); InteriorRewardsClaimed = []; + Layouts = []; } public bool SetArea(int area) {