Follow-up Comment #1, patch #6961 (project freeciv):
From reading the patch only, one question comes to mind.
The old functions sending settings to client have the property that together
they send all the settings (if any caller has used both, it can be sure that
all settings have been sent) since of them is "if (pset->to_client ||
in_some_additional_cases_too)) {" and the other is "if (!pset->to_client) {"
New code does not have that property if caller->access_level is low. Those
setting with access level between ALLOW_HACK and caller access level (not
inclusive) would not be sent by either.
Please confirm that this is not an issue.
_______________________________________________________
Reply to this item at:
<http://gna.org/patch/?6961>
_______________________________________________
Message sent via/by Gna!
http://gna.org/
_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev