Skip to content

Commit fd5cae2

Browse files
author
Peng Hu
committed
修复path路径
1 parent 0e393db commit fd5cae2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/info/xiaomo/gengine/utils/PathUtil.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ public class PathUtil {
1313
*/
1414
public static String getConfigPath() {
1515
File file = new File(System.getProperty("user.dir"));
16-
if (OSUtil.isWindows) {
17-
return file.getParent() + "/game-conf/";
18-
}
1916
return file.getPath() + "/game-conf/";
2017
}
2118

0 commit comments

Comments
 (0)