diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-04 22:01:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-04 22:01:44 +0300 |
commit | cbd616c89bd2650c931dc52a22b2309310efa196 (patch) | |
tree | e8b446b06945bf97212444b67744eabe65f31294 /src/gui/chatwindow.cpp | |
parent | 22bf37caec833bf38387a3a9f2d42bf3ea9bb3f4 (diff) | |
download | plus-cbd616c89bd2650c931dc52a22b2309310efa196.tar.gz plus-cbd616c89bd2650c931dc52a22b2309310efa196.tar.bz2 plus-cbd616c89bd2650c931dc52a22b2309310efa196.tar.xz plus-cbd616c89bd2650c931dc52a22b2309310efa196.zip |
Add chat command /dumpt for dumping last testing values.
Diffstat (limited to 'src/gui/chatwindow.cpp')
-rw-r--r-- | src/gui/chatwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/chatwindow.cpp b/src/gui/chatwindow.cpp index 84d61cf65..4fd48b4c3 100644 --- a/src/gui/chatwindow.cpp +++ b/src/gui/chatwindow.cpp @@ -305,6 +305,7 @@ void ChatWindow::fillCommands() mCommands.push_back("/serverignoreall"); mCommands.push_back("/serverunignoreall"); mCommands.push_back("/dumpg"); + mCommands.push_back("/dumpt"); mCommands.push_back("/pseudoaway "); mCommands.push_back("<PLAYER>"); mCommands.push_back("<MONSTER>"); |