mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-25 22:30:52 -04:00
now /realm map remove is alias for delete (Thanks Tree)
This commit is contained in:
parent
e576634c5f
commit
3fab0c11f6
@ -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, "");
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user