Update Paper to MC 1.11
This commit is contained in:
@@ -59,12 +59,12 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
int i = getLevel();
|
||||
List list = getHumansInRange();
|
||||
|
||||
- applyEffect(list, this.l, i, b0);
|
||||
+ applyEffect(list, this.l, i, b0, true); // Paper - BeaconEffectEvent
|
||||
- applyEffect(list, this.primaryEffect, i, b0);
|
||||
+ applyEffect(list, this.primaryEffect, i, b0, true); // Paper - BeaconEffectEvent
|
||||
|
||||
if (hasSecondaryEffect()) {
|
||||
- applyEffect(list, this.m, i, 0);
|
||||
+ applyEffect(list, this.m, i, 0, false); // Paper - BeaconEffectEvent
|
||||
- applyEffect(list, this.secondaryEffect, i, 0);
|
||||
+ applyEffect(list, this.secondaryEffect, i, 0, false); // Paper - BeaconEffectEvent
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user