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) {