diff --git a/TwosideKeeper.jar b/TwosideKeeper.jar index 19f83b3..97487c0 100644 Binary files a/TwosideKeeper.jar and b/TwosideKeeper.jar differ diff --git a/src/plugin.yml b/src/plugin.yml index e192181..dda4277 100644 --- a/src/plugin.yml +++ b/src/plugin.yml @@ -1,6 +1,6 @@ name: TwosideKeeper main: sig.plugin.TwosideKeeper.TwosideKeeper -version: 3.7.3cr1 +version: 3.7.3cr2 commands: money: description: Tells the player the amount of money they are holding. diff --git a/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java b/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java index c85cf85..83ac813 100644 --- a/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java +++ b/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java @@ -3015,9 +3015,8 @@ public class GenericFunctions { p.addPotionEffect(new PotionEffect(PotionEffectType.NIGHT_VISION,20,0)); } - @Deprecated public static void DealExplosionDamageToEntities(Location l, double basedmg, double range) { - /*List nearbyentities = new ArrayList(); + List nearbyentities = new ArrayList(); nearbyentities.addAll(l.getWorld().getNearbyEntities(l, range, range, range)); for (int i=0;i