Skip to content

Commit 41672c3

Browse files
committed
Update message slightly.
1 parent a561e70 commit 41672c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Penumbra/Collections/Cache/CollectionCache.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,11 @@ private static bool IsRedirectionSupported(Utf8GamePath path, IMod mod)
282282
{
283283
case ".atch" or ".eqp" or ".eqdp" or ".est" or ".gmp" or ".cmp" or ".imc":
284284
Penumbra.Messager.NotificationMessage(
285-
$"Redirection of {ext} files for {mod.Name} is unsupported. Please use the corresponding meta manipulations instead.",
285+
$"Redirection of {ext} files for {mod.Name} is unsupported. This probably means that the mod is outdated and may not work correctly.\n\nPlease tell the mod creator to use the corresponding meta manipulations instead.",
286286
NotificationType.Warning);
287287
return false;
288288
case ".lvb" or ".lgb" or ".sgb":
289-
Penumbra.Messager.NotificationMessage($"Redirection of {ext} files for {mod.Name} is unsupported as this breaks the game.",
289+
Penumbra.Messager.NotificationMessage($"Redirection of {ext} files for {mod.Name} is unsupported as this breaks the game.\n\nThis mod will probably not work correctly.",
290290
NotificationType.Warning);
291291
return false;
292292
default: return true;

0 commit comments

Comments
 (0)