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;