1
mirror of https://github.com/Shiewk/SModeration.git synced 2026-04-28 05:54:16 +02:00

Fix chat input title delay

This commit is contained in:
Shy
2024-08-25 10:59:29 +02:00
parent 3cb3314f4c
commit b3ec076cae
@@ -27,7 +27,7 @@ public class ChatInput {
this.player = player; this.player = player;
this.prompt = prompt; this.prompt = prompt;
this.action = action; this.action = action;
this.remainingTicks = remainingSeconds * 20; this.remainingTicks = remainingSeconds * 20 + 1;
} }
static void tickAll() { static void tickAll() {