Re-added deleted line.
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user