Deprecated an unused method

Deprecated an unused variation of getting the firebending day augment.
This commit is contained in:
AlexTheCoder 2014-08-27 00:27:42 -04:00
parent 48ec6d476c
commit e0d12c3ca6

View file

@ -743,6 +743,7 @@ public class Methods {
* </p> * </p>
* @see {@link #getFirebendingDayAugment(double, World)} * @see {@link #getFirebendingDayAugment(double, World)}
*/ */
@Deprecated
public static double getFirebendingDayAugment(World world) { public static double getFirebendingDayAugment(World world) {
if (isDay(world)) return plugin.getConfig().getDouble("Properties.Fire.DayFactor"); if (isDay(world)) return plugin.getConfig().getDouble("Properties.Fire.DayFactor");
return 1; return 1;