mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-28 07:56:20 -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 {
|
} else {
|
||||||
Player.Message(p, "Accepted numbers are: 0, 1, 2, 3, 4 or 5");
|
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);
|
DeleteMap(p, value);
|
||||||
} else if (cmd == "SAVE") {
|
} else if (cmd == "SAVE") {
|
||||||
Command.all.Find("save").Use(p, "");
|
Command.all.Find("save").Use(p, "");
|
||||||
|
@ -107,7 +107,6 @@ namespace MCGalaxy {
|
|||||||
InitPlayerStats(playerDb);
|
InitPlayerStats(playerDb);
|
||||||
} else {
|
} else {
|
||||||
LoadPlayerStats(playerDb);
|
LoadPlayerStats(playerDb);
|
||||||
//save(); // update IP and total logins in the DB
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Server.Background.QueueOnce(ShowAltsTask, name, TimeSpan.Zero);
|
Server.Background.QueueOnce(ShowAltsTask, name, TimeSpan.Zero);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user