1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Add system message about mods incompatibility

This commit is contained in:
nordsoft
2022-09-23 15:02:19 +04:00
parent 2b0f02c832
commit e74890c4b1
11 changed files with 95 additions and 24 deletions

View File

@@ -374,6 +374,7 @@ void registerTypesLobbyPacks(Serializer &s)
s.template registerType<CLobbyPackToPropagate, LobbyChangeHost>();
// Only server send
s.template registerType<CLobbyPackToPropagate, LobbyUpdateState>();
s.template registerType<CLobbyPackToPropagate, LobbyShowMessage>();
// For client with permissions
s.template registerType<CLobbyPackToServer, LobbyChangePlayerOption>();