diff --git a/Flagrum.Web/Features/AssetExplorer/Index.razor b/Flagrum.Web/Features/AssetExplorer/Index.razor index ce61794..28e0621 100644 --- a/Flagrum.Web/Features/AssetExplorer/Index.razor +++ b/Flagrum.Web/Features/AssetExplorer/Index.razor @@ -56,19 +56,6 @@ protected override void OnInitialized() { - if (Profile.Current.Type == LuminousGame.Forspoken && !Profile.IsEarlyAccessEnabled) - { - throw new Exception("Cannot access Asset Explorer for Forspoken without early access!"); - } - - if (Profile.Current.Type == LuminousGame.FFXV) - { - if (Context.AssetExplorerNodes.Any(n => n.Name == "sdk:")) - { - throw new Exception("Cannot access Asset Explorer for Forspoken without early access!"); - } - } - CurrentView = Context.GetEnum(StateKey.CurrentAssetExplorerView); } } \ No newline at end of file diff --git a/Flagrum.Web/Features/ModManager/Editor.razor b/Flagrum.Web/Features/ModManager/Editor.razor index a262cef..bcefa95 100644 --- a/Flagrum.Web/Features/ModManager/Editor.razor +++ b/Flagrum.Web/Features/ModManager/Editor.razor @@ -21,10 +21,7 @@

@Mod.Name

- @if (Profile.Current.Type == LuminousGame.FFXV || Profile.IsEarlyAccessEnabled) - { -
@Localizer["BuildList"]
- @if (Profile.Current.Type == LuminousGame.FFXV || Profile.IsEarlyAccessEnabled) - { -
filter_alt @@ -128,14 +122,11 @@ }
- @if (Profile.Current.Type == LuminousGame.FFXV || Profile.IsEarlyAccessEnabled) + @if (replacement.Type is EarcFileChangeType.Add or EarcFileChangeType.Replace or EarcFileChangeType.AddToTextureArray) { - if (replacement.Type is EarcFileChangeType.Add or EarcFileChangeType.Replace or EarcFileChangeType.AddToTextureArray) - { - edit - } - delete + edit } + delete
diff --git a/Flagrum.Web/Features/ModManager/Index.razor b/Flagrum.Web/Features/ModManager/Index.razor index 847ebe7..2353603 100644 --- a/Flagrum.Web/Features/ModManager/Index.razor +++ b/Flagrum.Web/Features/ModManager/Index.razor @@ -51,10 +51,7 @@
- @if (Profile.Current.Type == LuminousGame.FFXV || Profile.IsEarlyAccessEnabled) - { -