* Server: added /pings chat command to show players and watchers ping info;

This commit is contained in:
Oleg Agafonov 2020-01-31 22:30:31 +04:00
parent 17cf3cd129
commit 2079065af3
3 changed files with 48 additions and 3 deletions

View file

@ -433,7 +433,8 @@ public class CallbackClientImpl implements CallbackClient {
.append(KeyEvent.getKeyText(PreferencesDialog.getCurrentControlKey(PreferencesDialog.KEY_CONTROL_TOGGLE_MACRO)))
.append("</b> - Toggle recording a sequence of actions to repeat. Will not pause if interrupted and can fail if a selected card changes such as when scrying top card to bottom.")
.append("<br/><b>").append(System.getProperty("os.name").contains("Mac OS X") ? "Cmd" : "Ctrl").append(" + click</b> - Hold priority while casting a spell or activating an ability")
.append("<br/>").append("Type <b>/FIX</b> message in chat to fix freezed game")
.append("<br/>").append("Type <b>/fix</b> message in chat to fix freezed game")
.append("<br/>").append("Type <b>/pings</b> message in chat to show players and watchers ping")
.toString(),
null, MessageType.USER_INFO, ChatMessage.MessageColor.BLUE);
break;