diff --git a/Utilities/Patches.cs b/Utilities/Patches.cs index 6267210..3b900fc 100644 --- a/Utilities/Patches.cs +++ b/Utilities/Patches.cs @@ -204,6 +204,7 @@ namespace SeamlessClientPlugin.SeamlessTransfer // Adds all files containing CustomLoadingBackground to a list for later randomisation if (Path.GetFileNameWithoutExtension(file).Contains("CustomLoadingBackground")) { + SeamlessClient.TryShow(Mod.FriendlyName + " contains a custom loading background!"); backgrounds.Add(file); } }