Skip to content

Commit

Permalink
We don't need Paper
Browse files Browse the repository at this point in the history
  • Loading branch information
Sataniel98 committed Sep 1, 2018
1 parent 29044b4 commit 9c50677
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/de/erethon/dungeonsxl/DungeonsXL.java
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ public DungeonsXL() {
* ##########################
* #~Internals~##~~v1_8_R3+~#
* #~SpigotAPI~##~~~~true~~~#
* #~PaperAPI~~##~~~false~~~#
* #~~~~UUID~~~##~~~~true~~~#
* #~~Economy~~##~~~~true~~~#
* #Permissions##~~~~true~~~#
Expand All @@ -120,7 +121,7 @@ public DungeonsXL() {
* ##########################
*/

settings = new DREPluginSettings(true, true, true, true, true, 9488, Internals.andHigher(Internals.v1_8_R3));
settings = new DREPluginSettings(true, false, true, true, true, true, 9488, Internals.andHigher(Internals.v1_8_R3));
}

@Override
Expand Down

0 comments on commit 9c50677

Please sign in to comment.