diff --git a/SrcMod/Shell/Shell.cs b/SrcMod/Shell/Shell.cs index e21cc26..ffa2383 100644 --- a/SrcMod/Shell/Shell.cs +++ b/SrcMod/Shell/Shell.cs @@ -153,7 +153,7 @@ public class Shell if (ActiveMod is not null) Write($"{ActiveMod} ", ConsoleColor.Magenta, false); - if (ActiveMod is not null) + if (ActiveMod is not null && Config.LoadedConfig.UseLocalModDirectories) { string directory = Path.GetRelativePath(ActiveMod.RootDirectory, WorkingDirectory); if (directory == ".") directory = string.Empty;