Big Reactors

Big Reactors

11M Downloads

Wrong Valentine's Day

emperor06 opened this issue ยท 0 comments

commented

Should be the 14th of February, not March :)

Calendar months start at 0 so February is 1.
common/CommonProxy.java line 137
replace:
calendar.get(Calendar.MONTH) == 2
with:
calendar.get(Calendar.MONTH) == Calendar.FEBRUARY

Sorry for I can't send pull requests for now.