mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Fixed a spelling bug in chat help text.
This commit is contained in:
parent
5ce105e699
commit
6e4facfa8b
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ public class ChatManager {
|
|||
message += new StringBuilder("\nList of commands:")
|
||||
.append("\n\\info <text> - set a info text to your player")
|
||||
.append("\n\\list - Show a list of commands")
|
||||
.append("\n\\whisper <player name> <text> - Whiper to a player").toString();
|
||||
.append("\n\\whisper <player name> <text> - whisper to the player with the given name").toString();
|
||||
chatSessions.get(chatId).broadcastInfoToUser(user,message);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue