mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 15:49:00 +01:00
update upstream
This commit is contained in:
parent
5148f6bae0
commit
4b75d48de3
3 changed files with 4 additions and 4 deletions
|
@ -5,11 +5,11 @@ Subject: [PATCH] PotionEffect clone methods
|
|||
|
||||
|
||||
diff --git a/src/main/java/org/bukkit/potion/PotionEffect.java b/src/main/java/org/bukkit/potion/PotionEffect.java
|
||||
index e7b86f85..53fb428f 100644
|
||||
index 86616f1b8..35984ef6c 100644
|
||||
--- a/src/main/java/org/bukkit/potion/PotionEffect.java
|
||||
+++ b/src/main/java/org/bukkit/potion/PotionEffect.java
|
||||
@@ -0,0 +0,0 @@ public class PotionEffect implements ConfigurationSerializable {
|
||||
this(getEffectType(map), getInt(map, DURATION), getInt(map, AMPLIFIER), getBool(map, AMBIENT, false), getBool(map, PARTICLES, true));
|
||||
this(getEffectType(map), getInt(map, DURATION), getInt(map, AMPLIFIER), getBool(map, AMBIENT, false), getBool(map, PARTICLES, true), getBool(map, ICON, getBool(map, PARTICLES, true)));
|
||||
}
|
||||
|
||||
+ // Paper start
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 14527e6623aa40fa6fbb74013cb16e8a6bfff737
|
||||
Subproject commit e07c38325891cfaf6915881b4998c39b830ab6ea
|
|
@ -1 +1 @@
|
|||
Subproject commit 69970127c11e52c579cc17d4ce263a344735940a
|
||||
Subproject commit ec2095d9c6dc466bf9be6b515fc7cc40739f89d8
|
Loading…
Reference in a new issue