mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* Fixed typo in info message.
This commit is contained in:
parent
1d4599b6a4
commit
e424635d20
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ public class CallbackClientImpl implements CallbackClient {
|
|||
.append("<br/><b>F5</b> - Skip to next end step but stop on declare attackers/blockers and something on the stack")
|
||||
.append("<br/><b>F7</b> - Skip to next main phase but stop on declare attackers/blockers and something on the stack")
|
||||
.append("<br/><b>F9</b> - Skip everything until your next turn")
|
||||
.append("<br/><b>F3</b> - Undo F4/F5/F6/F9").toString(),
|
||||
.append("<br/><b>F3</b> - Undo F4/F5/F7/F9").toString(),
|
||||
null, MessageType.USER_INFO, ChatMessage.MessageColor.BLUE);
|
||||
break;
|
||||
case TOURNAMENT:
|
||||
|
|
Loading…
Reference in a new issue