mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
Deprecated an unused method
Deprecated an unused variation of getting the firebending day augment.
This commit is contained in:
parent
48ec6d476c
commit
e0d12c3ca6
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue