File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
src/main/java/studio/magemonkey/divinity Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1616 <description >Custom items, combat, and more!</description >
1717
1818 <properties >
19- <codex .version>1.1.1-R0.9 -SNAPSHOT</codex .version>
19+ <codex .version>1.1.1-R0.11 -SNAPSHOT</codex .version>
2020 <fabled .version>1.0.4-R0.56-SNAPSHOT</fabled .version>
2121 </properties >
2222
Original file line number Diff line number Diff line change @@ -119,8 +119,10 @@ public void enable() {
119119 }
120120
121121 if (!minCoreVersionMet ) {
122- warn ("Missing required Codex version. " + coreVersion + " installed. "
123- + DependencyRequirement .MIN_CORE_VERSION + " required. Disabling." );
122+ error ("\n \n ===== [ INITIALIZATION ERROR ] =====\n "
123+ + "Missing required Codex version. "
124+ + coreVersion + " installed. "
125+ + DependencyRequirement .MIN_CORE_VERSION + " required. Disabling.\n \n " );
124126 this .getPluginManager ().disablePlugin (this );
125127 return ;
126128 }
You can’t perform that action at this time.
0 commit comments