| 1907 | } |
| 1908 | } |
| 1909 | void sendDeveloperConsoleOutput(MapClientSession &cl, QString &message) |
| 1910 | { |
| 1911 | cl.addCommand<ConsoleOutput>(message); |
| 1912 | } |
| 1913 | |
| 1914 | void sendClientConsoleOutput(MapClientSession &cl, QString &message) |
| 1915 | { |
no outgoing calls
no test coverage detected