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:
@@ -30,7 +30,7 @@ public class ChatInput {
|
||||
this.remainingTicks = remainingSeconds * 20 + 1;
|
||||
}
|
||||
|
||||
static void tickAll() {
|
||||
public static void tickAll() {
|
||||
runningInputs.values().forEach(ChatInput::tick);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user