minor fix

This commit is contained in:
boy0001 2015-02-04 15:42:27 +11:00
parent 466d570ea2
commit d819731934

View File

@ -94,7 +94,7 @@ public class DebugExec extends SubCommand {
} }
return PlayerFunctions.sendMessage(null, "Use /plot debugexec show-expired <world>"); return PlayerFunctions.sendMessage(null, "Use /plot debugexec show-expired <world>");
case "seen": case "seen":
if (args.length != 1) { if (args.length != 2) {
return PlayerFunctions.sendMessage(null, "Use /plot debugexec seen <player>"); return PlayerFunctions.sendMessage(null, "Use /plot debugexec seen <player>");
} }
UUID uuid = UUIDHandler.getUUID(args[1]); UUID uuid = UUIDHandler.getUUID(args[1]);