diff options
Diffstat (limited to 'Mundus/Service/WindowController.cs')
| -rw-r--r-- | Mundus/Service/WindowController.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mundus/Service/WindowController.cs b/Mundus/Service/WindowController.cs index 139adda..97bb6e7 100644 --- a/Mundus/Service/WindowController.cs +++ b/Mundus/Service/WindowController.cs @@ -33,6 +33,7 @@ namespace Mundus.Service { } public static void ShowCraftingWindow() { + WI.WCrafting.Initialize(); WI.WCrafting.Show(); WI.WCrafting.Present(); } |
