From de6ac2cf207b61681aefc6450d215efa313094cd Mon Sep 17 00:00:00 2001 From: D4rkr34lm Date: Sun, 24 May 2026 13:44:57 +0200 Subject: [PATCH] fix --- .../src/de/steamwar/velocitycore/commands/ReplayCommand.java | 1 + 1 file changed, 1 insertion(+) diff --git a/VelocityCore/src/de/steamwar/velocitycore/commands/ReplayCommand.java b/VelocityCore/src/de/steamwar/velocitycore/commands/ReplayCommand.java index 99d69d30..b6bdd7ec 100644 --- a/VelocityCore/src/de/steamwar/velocitycore/commands/ReplayCommand.java +++ b/VelocityCore/src/de/steamwar/velocitycore/commands/ReplayCommand.java @@ -42,6 +42,7 @@ public class ReplayCommand extends SWCommand { super("replay"); } + @Register public void genericCommand(PlayerChatter sender) { sender.system("REPLAY_UNAVAILABLE"); return;