mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-02 17:00:19 +01:00
Fix 1.8.x- PvE exception; resolves #162
This commit is contained in:
parent
ef0e4be52a
commit
9bfa5876d2
@ -253,7 +253,9 @@ public class DungeonsXL extends BRPlugin {
|
||||
}
|
||||
|
||||
public void loadCore() {
|
||||
if (Internals.andHigher(Internals.v1_9_R1).contains(compat.getInternals())) {
|
||||
loadCaliburnAPI();
|
||||
}
|
||||
// Load Language
|
||||
loadMessageConfig(new File(LANGUAGES, "english.yml"));
|
||||
// Load Config
|
||||
|
Loading…
Reference in New Issue
Block a user