frankobjank / natac

Free & open source networked game implemented in Python, inspired by Klaus Teuber's Settlers of Catan for MacOS and Linux.
1 stars 0 forks source link

Trade Offer Cancelled Message #6

Closed frankobjank closed 3 months ago

frankobjank commented 3 months ago

The log message "trade offer cancelled" should only be sent to the current player if a trade offer has not yet been submitted. Otherwise all other players can see that a trade was started and then cancelled.

This is related to hiding certain privileged information for clients.