mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-13 10:34:09 +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>");
|
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]);
|
||||||
|
Loading…
Reference in New Issue
Block a user