| 680 | } |
| 681 | |
| 682 | void cmdHandler_SettingsDump(const QStringList &/*params*/, MapClientSession &sess) |
| 683 | { |
| 684 | QString msg = "Sending settings config dump to console output."; |
| 685 | qCDebug(logSlashCommand) << msg; |
| 686 | sendInfoMessage(MessageChannel::DEBUG_INFO, msg, sess); |
| 687 | |
| 688 | settingsDump(); // Send settings dump |
| 689 | } |
| 690 | |
| 691 | void cmdHandler_TeamDebug(const QStringList &/*params*/, MapClientSession &sess) |
| 692 | { |
nothing calls this directly
no test coverage detected