mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
change the way the common path is declared so it doesn't use the getPlanePath method
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user