From 21d1714090e5502b07def379e5aac480d4d2a06d Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sun, 18 Jun 2023 20:57:34 -0500 Subject: [PATCH] change the way the common path is declared so it doesn't use the getPlanePath method --- forge-gui-mobile/src/forge/adventure/util/Config.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)