mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
unlimited replay option
This commit is contained in:
@ -414,9 +414,9 @@ void ApplyOnServerNetPackVisitor::visitLobbySetTurnTime(LobbySetTurnTime & pack)
|
||||
result = true;
|
||||
}
|
||||
|
||||
void ApplyOnServerNetPackVisitor::visitLobbySetCheatAllowed(LobbySetCheatAllowed & pack)
|
||||
void ApplyOnServerNetPackVisitor::visitLobbySetExtraOptions(LobbySetExtraOptions & pack)
|
||||
{
|
||||
srv.si->cheatAllowed = pack.allowed;
|
||||
srv.si->extraOptionsInfo = pack.extraOptionsInfo;
|
||||
result = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user