Skip to content

Commit fffe4b3

Browse files
committed
Remove return true debug from april fools function
1 parent 5a5f5d0 commit fffe4b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/gregtech/api/util/GTUtility.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,8 +1152,7 @@ public static boolean isToday(@NotNull MonthDay monthDay) {
11521152
* Check if today is April 1st.
11531153
*/
11541154
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);
1155+
return isToday(GTValues.APRIL_FOOLS);
11571156
}
11581157

11591158
/**

0 commit comments

Comments
 (0)