summaryrefslogtreecommitdiff
path: root/src/net/eathena/loginrecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/loginrecv.cpp')
-rw-r--r--src/net/eathena/loginrecv.cpp2
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;
}
}