diff options
author | David Athay <ko2fan@gmail.com> | 2009-05-14 12:16:34 +0100 |
---|---|---|
committer | David Athay <ko2fan@gmail.com> | 2009-05-14 12:16:34 +0100 |
commit | dc1eb0895382451b1c79c60ecb7ca7dbbec89681 (patch) | |
tree | 56742cbe8674d68e152f23885a7e062becf9b5ce /src/gui/chat.cpp | |
parent | c96fbe557a3274325399411456e98a5a63b1bc54 (diff) | |
parent | 39e06227df101a73aa5b9078a3afb6a7a71b89ba (diff) | |
download | mana-client-dc1eb0895382451b1c79c60ecb7ca7dbbec89681.tar.gz mana-client-dc1eb0895382451b1c79c60ecb7ca7dbbec89681.tar.bz2 mana-client-dc1eb0895382451b1c79c60ecb7ca7dbbec89681.tar.xz mana-client-dc1eb0895382451b1c79c60ecb7ca7dbbec89681.zip |
Merge branch 'master' of git@gitorious.org:tmw/mainline
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r-- | src/gui/chat.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index eca224fc..414d1e02 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -105,14 +105,6 @@ ChatWindow::ChatWindow(): mReturnToggles = config.getValue("ReturnToggles", "0") == "1"; -#ifdef EATHENA_SUPPORT - // If the player had @assert on in the last session, ask the server to - // run the @assert command for the player again. Convenience for GMs. - if (config.getValue(player_node->getName() + "GMassert", 0)) { - std::string cmd = "@assert"; - chatInput(cmd); - } -#endif mRecorder = new Recorder(this); } |