diff --git a/Hooks/GetItemVoidVaultHook.cs b/Hooks/GetItemVoidVaultHook.cs index 8887689..76c5683 100644 --- a/Hooks/GetItemVoidVaultHook.cs +++ b/Hooks/GetItemVoidVaultHook.cs @@ -1,4 +1,5 @@ using MagicStorage; +using MagicStorage.Common.Systems; using MagicStorage.Components; using MagicStorageVoidBag.Items; using System.Linq; @@ -33,7 +34,7 @@ namespace MagicStorageVoidBag.Hooks { heart.TryDeposit(returnItem); heart.ResetCompactStage(); - StorageGUI.SetRefresh(); + MagicUI.SetRefresh(); if (returnItem.stack != newItem.stack) { if (newItem.IsACoin) { diff --git a/Localization/en-US.hjson b/Localization/en-US.hjson index f7dd49a..d0999b0 100644 --- a/Localization/en-US.hjson +++ b/Localization/en-US.hjson @@ -14,4 +14,4 @@ Mods: { } } } -} \ No newline at end of file +} diff --git a/MagicStorageVoidBag.csproj b/MagicStorageVoidBag.csproj index 9aa1d81..491a08c 100644 --- a/MagicStorageVoidBag.csproj +++ b/MagicStorageVoidBag.csproj @@ -1,14 +1,11 @@ - + MagicStorageVoidBag - net6.0 - AnyCPU latest -