mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
Specify to use /worlds not /unloaded for all maps, in /levels
This commit is contained in:
parent
88562853fa
commit
273a2496dc
@ -29,7 +29,7 @@ namespace MCGalaxy.Commands.Info {
|
||||
Player.Message(p, "Loaded maps [physics level] (&c[no] %Sif not visitable): ");
|
||||
MultiPageOutput.Output(p, loaded, (lvl) => FormatMap(p, lvl),
|
||||
"Levels", "maps", message, false);
|
||||
Player.Message(p, "Use %T/Unloaded %Sfor unloaded levels.");
|
||||
Player.Message(p, "Use %T/Worlds %Sfor all levels.");
|
||||
}
|
||||
|
||||
static string FormatMap(Player p, Level lvl) {
|
||||
|
@ -262,7 +262,7 @@ namespace MCGalaxy.Network {
|
||||
}
|
||||
|
||||
public override void SendMessage(byte id, string message) {
|
||||
message = IRCBot.ConvertMessage(message);
|
||||
message = IRCBot.ConvertMessage(message);
|
||||
if (IRCChannel != null) {
|
||||
Bot.Message(IRCChannel, message);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user