diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-29 19:46:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-29 19:46:39 +0300 |
commit | deca767aa228a9b05cd87d2fd8ff536079000893 (patch) | |
tree | 9097658c96f74191856b02b0f92aeb52939f4c7d /src/gui | |
parent | f4c2f2e5300c4504e555760094ad4929e2ed2d13 (diff) | |
download | plus-deca767aa228a9b05cd87d2fd8ff536079000893.tar.gz plus-deca767aa228a9b05cd87d2fd8ff536079000893.tar.bz2 plus-deca767aa228a9b05cd87d2fd8ff536079000893.tar.xz plus-deca767aa228a9b05cd87d2fd8ff536079000893.zip |
Add chat command to dump environment variables to log.
New chat command:
/dumpe
Diffstat (limited to 'src/gui')
-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 7f1aeaa54..c9c061be2 100644 --- a/src/gui/chatwindow.cpp +++ b/src/gui/chatwindow.cpp @@ -341,6 +341,7 @@ void ChatWindow::fillCommands() mCommands.push_back("/serverunignoreall"); mCommands.push_back("/dumpg"); mCommands.push_back("/dumpt"); + mCommands.push_back("/dumpe"); mCommands.push_back("/dumpogl"); mCommands.push_back("/pseudoaway "); mCommands.push_back("<PLAYER>"); |