Re-added deleted line.

This commit is contained in:
James
2021-06-18 13:08:14 -06:00
parent abdf90d675
commit f1332b9aab

View File

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