1
0

Fix project

This commit is contained in:
otya128
2017-07-03 17:27:52 +09:00
parent fb093b6939
commit 3c7159a2ca

View File

@@ -236,7 +236,7 @@ r"ファイルを書き込みます。
{
if (proj.empty)
{
return "[DEFAULT]";//TODO:current project!!
return currentProject;
}
return proj;
}