mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Cleanup GameRules (mostly make a variable private)
- Minor cleanup in some other files
This commit is contained in:
@@ -1058,7 +1058,7 @@ public class FSkin {
|
||||
final File f = new File(preferredDir + ForgeConstants.SPLASH_BG_FILE);
|
||||
if (!f.exists()) {
|
||||
if (skinName.equals("default")) {
|
||||
throw new RuntimeException("Cannot find default skin.");
|
||||
throw new RuntimeException(String.format("Cannot find default skin at %s", f.getAbsolutePath()));
|
||||
}
|
||||
loadLight("default", true);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user