summaryrefslogtreecommitdiff
path: root/src/net/net.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/net.cpp')
-rw-r--r--src/net/net.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/net.cpp b/src/net/net.cpp
index d847dbbb..91852062 100644
--- a/src/net/net.cpp
+++ b/src/net/net.cpp
@@ -143,9 +143,9 @@ void Net::connectToServer(const ServerInfo &server)
#else
new EAthena::GeneralHandler;
#endif
- }
- getGeneralHandler()->load();
+ getGeneralHandler()->load();
+ }
networkLoaded = true;