SteamWar/BungeeCore
Archiviert
13
2

Fix build
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Lixfel 2022-08-23 16:59:53 +02:00
Ursprung 5c127e0887
Commit a27f74af56

Datei anzeigen

@ -34,7 +34,7 @@ public class PollCommand extends SWCommand {
}
@Register
public void genericCommand(@Guard ProxiedPlayer player) {
public void genericCommand(ProxiedPlayer player) {
PollSystem.sendPoll(player);
}