mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-17 01:32:21 +02:00
code review
This commit is contained in:
@ -177,8 +177,7 @@ struct DLL_LINKAGE LobbyUpdateState : public CLobbyPackToPropagate
|
||||
template <typename Handler> void serialize(Handler &h)
|
||||
{
|
||||
h & state;
|
||||
if (h.version >= Handler::Version::LOBBY_DELETE)
|
||||
h & refreshList;
|
||||
h & refreshList;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user