summaryrefslogtreecommitdiff
path: root/src/net/net.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-04-03 17:40:00 -0600
committerJared Adams <jaxad0127@gmail.com>2010-04-03 17:45:44 -0600
commitadae511e08f2c473f738bbd00987fc3a1aad0123 (patch)
tree979e418068f02f761a08222092d478e0562cb82d /src/net/net.cpp
parent77a4c494ec2cbaf17a67024283012102aa4d0d52 (diff)
downloadmana-client-adae511e08f2c473f738bbd00987fc3a1aad0123.tar.gz
mana-client-adae511e08f2c473f738bbd00987fc3a1aad0123.tar.bz2
mana-client-adae511e08f2c473f738bbd00987fc3a1aad0123.tar.xz
mana-client-adae511e08f2c473f738bbd00987fc3a1aad0123.zip
Fix a crash after changing servers
Reviewed-by: Chuck Miller
Diffstat (limited to 'src/net/net.cpp')
-rw-r--r--src/net/net.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/net.cpp b/src/net/net.cpp
index d613f4df..f7ab3897 100644
--- a/src/net/net.cpp
+++ b/src/net/net.cpp
@@ -133,7 +133,6 @@ void connectToServer(const ServerInfo &server)
}
if (networkType == server.type && getGeneralHandler() != NULL)
- //if (networkType != ServerInfo::UNKNOWN)
{
getGeneralHandler()->reload();
}