change the way the common path is declared so it doesn't use the getPlanePath method

This commit is contained in:
Rob Schnautz
2023-06-18 20:57:34 -05:00
parent be316ccd4e
commit 21d1714090

View File

@@ -106,7 +106,7 @@ public class Config {
//prefix = "forge-gui/res/adventure/Shandalar/";
prefix = getPlanePath(settingsData.plane);
commonPrefix = getPlanePath(commonDirectoryName);
commonPrefix = resPath() + "/res/adventure/" + commonDirectoryName + "/";
currentConfig = this;
if (FModel.getPreferences() != null)