mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-21 02:17:42 +01:00
Remove left over debug message
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From ef459e450d108883f60a519ff6df3e70a994589c Mon Sep 17 00:00:00 2001
|
||||
From 760b8ff3b7ac193c9afb783f2135f89c08599b18 Mon Sep 17 00:00:00 2001
|
||||
From: William Blake Galbreath <Blake.Galbreath@GMail.com>
|
||||
Date: Sun, 26 Apr 2020 16:28:38 -0500
|
||||
Subject: [PATCH] Add enderman and creeper griefing controls
|
||||
@@ -43,10 +43,10 @@ index b61de3351..245fc38de 100644
|
||||
}
|
||||
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
index 3ad0cdbe3..17e4b9846 100644
|
||||
index 61094d4f7..e6a1d88a2 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
|
||||
@@ -184,8 +184,10 @@ public class PurpurWorldConfig {
|
||||
@@ -183,8 +183,10 @@ public class PurpurWorldConfig {
|
||||
cowFeedMushrooms = getInt("mobs.cow.feed-mushrooms-for-mooshroom", cowFeedMushrooms);
|
||||
}
|
||||
|
||||
@@ -57,7 +57,7 @@ index 3ad0cdbe3..17e4b9846 100644
|
||||
creeperChargedChance = getDouble("mobs.creeper.naturally-charged-chance", creeperChargedChance);
|
||||
}
|
||||
|
||||
@@ -196,6 +198,11 @@ public class PurpurWorldConfig {
|
||||
@@ -195,6 +197,11 @@ public class PurpurWorldConfig {
|
||||
enderDragonAlwaysDropsFullExp = getBoolean("mobs.ender_dragon.always-drop-full-exp", enderDragonAlwaysDropsFullExp);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user