1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-17 01:32:21 +02:00

code review

This commit is contained in:
Laserlicht
2024-11-14 00:34:39 +01:00
committed by GitHub
parent 0e5711f8bf
commit 0f94f35dcf
5 changed files with 44 additions and 42 deletions

View File

@ -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;
}
};