diff --git a/src/net/common/serverlobbythread.cpp b/src/net/common/serverlobbythread.cpp index 67175d46..d0544665 100644 --- a/src/net/common/serverlobbythread.cpp +++ b/src/net/common/serverlobbythread.cpp @@ -1393,6 +1393,8 @@ ServerLobbyThread::IsPlayerBanned(const std::string &name) const } ++i; } + + return retVal; } boost::shared_ptr