Archived
0

Fixed Warnings (most of them are just suppression)

This commit is contained in:
Minenash
2019-01-03 18:03:29 -05:00
parent ff348a6e3f
commit 7a5323ca02
5 changed files with 5 additions and 5 deletions

View File

@@ -70,6 +70,7 @@ public class BlockPlaceMods implements Module, Listener {
mods.clear();
}
@SuppressWarnings("incomplete-switch")
@Command (async = Command.AsyncType.ALWAYS, hook = "list_mods")
public void listMods(CommandSender sender) {
Player player = (Player) sender;