diff --git a/forge-gui-mobile/src/forge/adventure/util/Config.java b/forge-gui-mobile/src/forge/adventure/util/Config.java index a7c8400b282..d83a9d7675c 100644 --- a/forge-gui-mobile/src/forge/adventure/util/Config.java +++ b/forge-gui-mobile/src/forge/adventure/util/Config.java @@ -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)