sfm env bugfix

This commit is contained in:
STAM 2020-03-16 12:39:08 +03:00
parent 9b45461af3
commit 7a7baaec8f

View File

@ -34,7 +34,7 @@ namespace UniversalValveToolbox.Utils {
if (SFMpath == null)
return;
PrepareVMod(Path.GetDirectoryName(pathProject));
PrepareVMod(new DirectoryInfo(pathProject).Name);
PrepareVProject(pathProject);
PrepareVContent(Path.Combine(SFMpath, "content"));
PrepareVGame(Path.Combine(SFMpath, "game"));