diff --git a/SrcMod/Shell/Shell.cs b/SrcMod/Shell/Shell.cs index 8516305..08de616 100644 --- a/SrcMod/Shell/Shell.cs +++ b/SrcMod/Shell/Shell.cs @@ -270,6 +270,8 @@ public class Shell activeCommand.Dispose(); activeCommand = null; } + + ReloadDirectoryInfo(); return; } }