diff options
Diffstat (limited to 'src/net/eathena/loginrecv.cpp')
-rw-r--r-- | src/net/eathena/loginrecv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/loginrecv.cpp b/src/net/eathena/loginrecv.cpp index 840869703..220257ba6 100644 --- a/src/net/eathena/loginrecv.cpp +++ b/src/net/eathena/loginrecv.cpp @@ -132,7 +132,7 @@ void LoginRecv::processUpdateHost2(Net::MessageIn &msg) { logger->log1("Warning: incorrect update server name"); loginData.updateHosts.clear(); - break; + break; } } |