mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-22 17:18:37 +01:00
parent
7245e84f00
commit
a482ddf0f6
@ -31,6 +31,7 @@ public class Commanddelwarp extends EssentialsCommand {
|
||||
return;
|
||||
}
|
||||
ess.getWarps().removeWarp(args[0]);
|
||||
sender.sendMessage(tl("deleteWarp", args[0]));
|
||||
} else {
|
||||
throw new Exception(tl("warpNotExist"));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user