We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
return true
1 parent 5a5f5d0 commit fffe4b3Copy full SHA for fffe4b3
src/main/java/gregtech/api/util/GTUtility.java
@@ -1152,8 +1152,7 @@ public static boolean isToday(@NotNull MonthDay monthDay) {
1152
* Check if today is April 1st.
1153
*/
1154
public static boolean isAprilFools() {
1155
- return true; // TODO: change back once done testing the maintenance hatch april fools minigame
1156
- // return isToday(GTValues.APRIL_FOOLS);
+ return isToday(GTValues.APRIL_FOOLS);
1157
}
1158
1159
/**
0 commit comments