mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 05:36:46 +01:00
Who knows what we will do next year,
but this minor bug has been fixed anyway :)
This commit is contained in:
parent
a2cbfa2668
commit
b60d9032be
@ -102,10 +102,10 @@ public final class Anniversary {
|
|||||||
}
|
}
|
||||||
}, 20 * delay);
|
}, 20 * delay);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
hasCelebrated.add(sender.getName());
|
hasCelebrated.add(sender.getName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private static boolean getDateRange(Date date, Date start, Date end) {
|
private static boolean getDateRange(Date date, Date start, Date end) {
|
||||||
return !(date.before(start) || date.after(end));
|
return !(date.before(start) || date.after(end));
|
||||||
|
Loading…
Reference in New Issue
Block a user