summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client.cpp b/src/client.cpp
index a2f70900..f78562b4 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -599,10 +599,6 @@ int Client::exec()
Mana::EventManager::trigger("Client", event);
}
- Net::GeneralHandler *generalHandler = Net::getGeneralHandler();
- if (generalHandler)
- generalHandler->stateChanged(mOldState, mState);
-
if (mOldState == STATE_GAME)
{
delete game;