mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-03 22:08:28 +00:00
parent
7245e84f00
commit
a482ddf0f6
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue