mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 12:05:51 -04:00
Update "os map delete" help/feedback text to "os delete"
This commit is contained in:
parent
be88b30cd5
commit
a5f3f80471
@ -96,11 +96,11 @@ namespace MCGalaxy.Commands.World {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static string[] deleteHelp = new string[] {
|
static string[] deleteHelp = new string[] {
|
||||||
"&T/os map delete &H- Deletes your map.",
|
"&T/os delete &H- Deletes your map.",
|
||||||
};
|
};
|
||||||
static void HandleDelete(Player p, string message) {
|
static void HandleDelete(Player p, string message) {
|
||||||
if (message.Length > 0) {
|
if (message.Length > 0) {
|
||||||
p.Message("To delete your current map, type &T/{0} map delete", commandShortcut);
|
p.Message("To delete your current map, type &T/{0} delete", commandShortcut);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
UseCommand(p, "DeleteLvl", p.level.name);
|
UseCommand(p, "DeleteLvl", p.level.name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user