We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e393db commit fd5cae2Copy full SHA for fd5cae2
src/main/java/info/xiaomo/gengine/utils/PathUtil.java
@@ -13,9 +13,6 @@ public class PathUtil {
13
*/
14
public static String getConfigPath() {
15
File file = new File(System.getProperty("user.dir"));
16
- if (OSUtil.isWindows) {
17
- return file.getParent() + "/game-conf/";
18
- }
19
return file.getPath() + "/game-conf/";
20
}
21
0 commit comments