Force version update.

This commit is contained in:
sigonasr2 2016-07-24 23:36:21 -05:00
parent 8a1ebb5092
commit 5304bd665b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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;