diff --git a/src/net/common/serverlobbythread.cpp b/src/net/common/serverlobbythread.cpp index 128a1ef0..c3c0d1d4 100644 --- a/src/net/common/serverlobbythread.cpp +++ b/src/net/common/serverlobbythread.cpp @@ -348,6 +348,9 @@ ServerLobbyThread::ReAddSession(boost::shared_ptr session, int reas case NTF_NET_REMOVED_START_FAILED : removed->set_removedfromgamereason(RemovedFromGameMessage::removedStartFailed); break; + case NTF_NET_REMOVED_GAME_CLOSED : + removed->set_removedfromgamereason(RemovedFromGameMessage::gameClosed); + break; default : removed->set_removedfromgamereason(RemovedFromGameMessage::removedOnRequest); break;