From 0f1d49ba80a7658ebd6aa780bbbdfc8f3d930a2e Mon Sep 17 00:00:00 2001 From: tylermurphy534 Date: Thu, 3 Nov 2022 21:03:59 -0400 Subject: 1.7.0 beta 4 --- src/main/java/net/tylermurphy/hideAndSeek/command/Reload.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/java/net/tylermurphy/hideAndSeek/command/Reload.java') diff --git a/src/main/java/net/tylermurphy/hideAndSeek/command/Reload.java b/src/main/java/net/tylermurphy/hideAndSeek/command/Reload.java index 9f8392f..1fc2c95 100644 --- a/src/main/java/net/tylermurphy/hideAndSeek/command/Reload.java +++ b/src/main/java/net/tylermurphy/hideAndSeek/command/Reload.java @@ -24,6 +24,7 @@ import net.tylermurphy.hideAndSeek.command.util.Command; import net.tylermurphy.hideAndSeek.configuration.*; import net.tylermurphy.hideAndSeek.game.util.Status; import org.bukkit.entity.Player; +import org.jetbrains.annotations.NotNull; import java.util.List; @@ -66,7 +67,7 @@ public class Reload extends Command { return "Reloads the config"; } - public List autoComplete(String parameter) { + public List autoComplete(@NotNull String parameter, @NotNull String typed) { return null; } -- cgit v1.2.3-freya