1
mirror of https://github.com/Shiewk/SModeration.git synced 2026-04-29 06:34:17 +02:00

(1.6.0) Switch to Paper plugin & support Folia

This commit is contained in:
Shy
2025-07-09 12:59:43 +02:00
parent a69c7cb426
commit 039b40bd53
13 changed files with 93 additions and 23 deletions
@@ -30,7 +30,7 @@ public class ChatInput {
this.remainingTicks = remainingSeconds * 20 + 1;
}
static void tickAll() {
public static void tickAll() {
runningInputs.values().forEach(ChatInput::tick);
}