mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 05:23:04 +01:00
* Reintroduce error messages when trying to open invalid rides Mistake made during action refactor. I've added the ability to specify the error title and error args as well in the result constructor. In addition the set status will now perform a query to check if it is valid preventing error messages hitting the server. * Bring error message setting into the function This prevents any other function corrupting the message args. Looking at you update ride window. * Increment network version for error message fix on set status * Reintroduce the error title to set ride name * Try not to introduce bugs due to inverting logic