mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-05 23:08:23 +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;
|
return;
|
||||||
}
|
}
|
||||||
ess.getWarps().removeWarp(args[0]);
|
ess.getWarps().removeWarp(args[0]);
|
||||||
|
sender.sendMessage(tl("deleteWarp", args[0]));
|
||||||
} else {
|
} else {
|
||||||
throw new Exception(tl("warpNotExist"));
|
throw new Exception(tl("warpNotExist"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue