Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/kotlin/top/mcfpp/util/UwU.kt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ object UwU {
"滴,编译器喵为您报时~现在是" + SimpleDateFormat("HH:mm").format(date)
}
} else if (s == "疯狂星期四,vivo50") {
if (Calendar.DAY_OF_WEEK !== Calendar.THURSDAY) {
if (Calendar.getInstance().get(Calendar.DAY_OF_WEEK) != Calendar.THURSDAY) {
s += "。欸……什么,今天不是星期四吗(失落"
}
}
Expand Down