And also update help of /ascend and /descend.

This commit is contained in:
UnknownShadow200 2017-07-17 10:50:41 +10:00
parent dddebe4ecf
commit cba598f1c7
2 changed files with 4 additions and 4 deletions

View File

@ -66,8 +66,8 @@ namespace MCGalaxy.Commands.Misc {
string name = Group.GetColoredName(LevelPermission.Operator);
Player.Message(p, "%T/ascend");
Player.Message(p, "%HTeleports you to the first free space above you.");
Player.Message(p, "%H Does not work on maps which have -hax in their motd. " +
"(unless you are {0}%H+ and the motd also has +ophax)", name);
Player.Message(p, "%H Cannot be used on maps which have -hax in their motd. " +
"(unless you are {0}%H+ and the motd has +ophax)", name);
}
}
}

View File

@ -69,8 +69,8 @@ namespace MCGalaxy.Commands.Misc {
string name = Group.GetColoredName(LevelPermission.Operator);
Player.Message(p, "%T/descend");
Player.Message(p, "%HTeleports you to the first free space below you.");
Player.Message(p, "%H Does not work on maps which have -hax in their motd. " +
"(unless you are {0}%H+ and the motd also has +ophax)", name);
Player.Message(p, "%H Cannot be used on maps which have -hax in their motd. " +
"(unless you are {0}%H+ and the motd has +ophax)", name);
}
}
}