From f1332b9aab04825a02774fea65d8bfcc7109f881 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 18 Jun 2021 13:08:14 -0600 Subject: [PATCH] Re-added deleted line. --- Utilities/Patches.cs | 1 + 1 file changed, 1 insertion(+) 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); } }