Update CommandUtil.java

This commit is contained in:
Jesse Boyd
2019-10-23 05:31:26 +01:00
parent 2080e9786b
commit d904270a3d

View File

@ -134,7 +134,7 @@ public class CommandUtil {
.findAny(); .findAny();
} }
private static int deprecatedCommandWarning( private static Object deprecatedCommandWarning(
CommandParameters parameters, CommandParameters parameters,
Command command, Command command,
String reason, String reason,