Skip to content

Commit

Permalink
Fix rekusrive call caused by papers stdout catcher
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs committed Aug 16, 2021
1 parent adf57a2 commit d1a165a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions BloodNight-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ plugins {

dependencies {
implementation(project(":BloodNight-api"))
implementation("de.eldoria", "eldo-util", "1.9.2-SNAPSHOT") {
isChanging = true
}
implementation("de.eldoria", "eldo-util", "1.9.6-DEV")
implementation("net.kyori", "adventure-api", "4.8.1")
implementation("net.kyori", "adventure-platform-bukkit", "4.0.0-SNAPSHOT")
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.5.2")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public static IBloodNightAPI getBloodNightAPI() {
}

@Override
public void onPluginEnable() {
public void onPluginEnable(boolean reload) {
if (!initialized) {
instance = this;
setLoggerLevel();
Expand Down

0 comments on commit d1a165a

Please sign in to comment.