From a27f74af56969217f2e9c8db467dc4708cc80086 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Tue, 23 Aug 2022 16:59:53 +0200 Subject: [PATCH] Fix build Signed-off-by: Lixfel --- src/de/steamwar/bungeecore/commands/PollCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/steamwar/bungeecore/commands/PollCommand.java b/src/de/steamwar/bungeecore/commands/PollCommand.java index 48400e5..5e179cd 100644 --- a/src/de/steamwar/bungeecore/commands/PollCommand.java +++ b/src/de/steamwar/bungeecore/commands/PollCommand.java @@ -34,7 +34,7 @@ public class PollCommand extends SWCommand { } @Register - public void genericCommand(@Guard ProxiedPlayer player) { + public void genericCommand(ProxiedPlayer player) { PollSystem.sendPoll(player); }