summaryrefslogtreecommitdiff
path: root/src/gui/chat.cpp
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2009-05-14 12:16:34 +0100
committerDavid Athay <ko2fan@gmail.com>2009-05-14 12:16:34 +0100
commitdc1eb0895382451b1c79c60ecb7ca7dbbec89681 (patch)
tree56742cbe8674d68e152f23885a7e062becf9b5ce /src/gui/chat.cpp
parentc96fbe557a3274325399411456e98a5a63b1bc54 (diff)
parent39e06227df101a73aa5b9078a3afb6a7a71b89ba (diff)
downloadmana-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.cpp8
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);
}