mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-12 10:24:07 +01:00
minor fix
This commit is contained in:
parent
466d570ea2
commit
d819731934
@ -94,7 +94,7 @@ public class DebugExec extends SubCommand {
|
||||
}
|
||||
return PlayerFunctions.sendMessage(null, "Use /plot debugexec show-expired <world>");
|
||||
case "seen":
|
||||
if (args.length != 1) {
|
||||
if (args.length != 2) {
|
||||
return PlayerFunctions.sendMessage(null, "Use /plot debugexec seen <player>");
|
||||
}
|
||||
UUID uuid = UUIDHandler.getUUID(args[1]);
|
||||
|
Loading…
Reference in New Issue
Block a user