mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-16 12:26:12 +00:00
Update month to be 30 days instead of 4 weeks
This commit is contained in:
parent
a4ead85701
commit
bdd22f8d75
@ -7,7 +7,7 @@ public enum TimeUnit
|
||||
HOUR(MINUTE.get() * 60L),
|
||||
DAY(HOUR.get() * 24L),
|
||||
WEEK(DAY.get() * 7L),
|
||||
MONTH(WEEK.get() * 4L),
|
||||
MONTH(DAY.get() * 30L),
|
||||
YEAR(MONTH.get() * 12L);
|
||||
|
||||
private final long time;
|
||||
|
Loading…
Reference in New Issue
Block a user