diff --git a/Novetus/NovetusLauncher/Forms/LauncherForm/LauncherFormShared.cs b/Novetus/NovetusLauncher/Forms/LauncherForm/LauncherFormShared.cs index 7e03b1c..43552b8 100644 --- a/Novetus/NovetusLauncher/Forms/LauncherForm/LauncherFormShared.cs +++ b/Novetus/NovetusLauncher/Forms/LauncherForm/LauncherFormShared.cs @@ -229,11 +229,6 @@ namespace NovetusLauncher GlobalFuncs.CreateAssetCacheDirectories(); - if (!Directory.Exists(GlobalPaths.MapsDirCustom)) - { - Directory.CreateDirectory(GlobalPaths.MapsDirCustom); - } - ProductVersionLabel.Text = Application.ProductVersion; LocalVars.important = SecurityFuncs.GenerateMD5(Assembly.GetExecutingAssembly().Location); NovetusVersionLabel.Text = GlobalVars.ProgramInformation.Version; diff --git a/batch/dev_menu.bat b/batch/dev_menu.bat index f4002a8..a13d288 100644 --- a/batch/dev_menu.bat +++ b/batch/dev_menu.bat @@ -155,6 +155,7 @@ del /s /q Novetus\config\clients\GlobalSettings4_2007M.xml del /s /q Novetus\config\clients\GlobalSettings4_2007M-Shaders.xml del /s /q Novetus\config\clients\GlobalSettings7_2008M.xml +rmdir /s /q Novetus\maps\Custom rmdir /s /q Novetus\shareddata\assetcache echo Junk files cleaned.