diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-04-03 17:40:00 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-04-03 17:45:44 -0600 |
commit | adae511e08f2c473f738bbd00987fc3a1aad0123 (patch) | |
tree | 979e418068f02f761a08222092d478e0562cb82d /src/net/net.cpp | |
parent | 77a4c494ec2cbaf17a67024283012102aa4d0d52 (diff) | |
download | mana-adae511e08f2c473f738bbd00987fc3a1aad0123.tar.gz mana-adae511e08f2c473f738bbd00987fc3a1aad0123.tar.bz2 mana-adae511e08f2c473f738bbd00987fc3a1aad0123.tar.xz mana-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.cpp | 1 |
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(); } |