Skip to content

Commit

Permalink
Things that happen when you don't test if the thing actually builds o…
Browse files Browse the repository at this point in the history
…r not
  • Loading branch information
buj committed Sep 1, 2024
1 parent d91c48b commit 35d16c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/darkdustry/utils/Admins.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public static void mute(PlayerInfo info, String admin, long duration, String rea
.playerName(info.plainLastName())
.adminName(admin)
.reason(reason)
.unbanDate(new Date(Time.millis() + duration))
.unmuteDate(new Date(Time.millis() + duration))
.build());
}

Expand Down

0 comments on commit 35d16c2

Please sign in to comment.