mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-12 03:59:06 +00:00
Fix firebending only working at night
This commit is contained in:
parent
efc07ce4c9
commit
3aeebf2622
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ public class Methods {
|
|||
return value * plugin.getConfig().getDouble("Properties.Fire.DayFactor");
|
||||
}
|
||||
} else {
|
||||
return plugin.getConfig().getDouble("Properties.Fire.DayFactor");
|
||||
return value * plugin.getConfig().getDouble("Properties.Fire.DayFactor");
|
||||
}
|
||||
}
|
||||
return value;
|
||||
|
|
Loading…
Reference in a new issue