Force version update.
This commit is contained in:
parent
8a1ebb5092
commit
5304bd665b
Binary file not shown.
@ -805,7 +805,7 @@ public class NewCombat {
|
|||||||
static double calculateRangerMultiplier(Entity damager) {
|
static double calculateRangerMultiplier(Entity damager) {
|
||||||
double mult=1.0;
|
double mult=1.0;
|
||||||
LivingEntity shooter = getDamagerEntity(damager);
|
LivingEntity shooter = getDamagerEntity(damager);
|
||||||
if (shooter instanceof Player) {
|
if (shooter instanceof Player) {
|
||||||
Player p = (Player)shooter;
|
Player p = (Player)shooter;
|
||||||
if (GenericFunctions.isRanger(p)) {
|
if (GenericFunctions.isRanger(p)) {
|
||||||
double mult1 = 2.0;
|
double mult1 = 2.0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user