now /realm map remove is alias for delete (Thanks Tree)

This commit is contained in:
UnknownShadow200 2017-03-04 21:27:45 +11:00
parent e576634c5f
commit 3fab0c11f6
2 changed files with 1 additions and 2 deletions

View File

@ -94,7 +94,7 @@ namespace MCGalaxy.Commands {
} else {
Player.Message(p, "Accepted numbers are: 0, 1, 2, 3, 4 or 5");
}
} else if (cmd == "DELETE") {
} else if (cmd == "DELETE" || cmd == "REMOVE") {
DeleteMap(p, value);
} else if (cmd == "SAVE") {
Command.all.Find("save").Use(p, "");

View File

@ -107,7 +107,6 @@ namespace MCGalaxy {
InitPlayerStats(playerDb);
} else {
LoadPlayerStats(playerDb);
//save(); // update IP and total logins in the DB
}
Server.Background.QueueOnce(ShowAltsTask, name, TimeSpan.Zero);