Page 1 of 1

[Rseding91] [2.0.17] Surface localised_name does not update in remote view until reopen

Posted: Thu Nov 14, 2024 12:36 am
by teemu
If you have the remote view open, and a surface's localised_name changes while it is open, the change does not apply to the list of surfaces until the remote view is reopened.

To reproduce:
  • Start a new game
  • Run

    Code: Select all

    /c game.create_surface('test')
  • Open remote view and observe that there is a surface called test
  • While in remote view, run

    Code: Select all

    /c game.surfaces.test.localised_name = 'planety planet'
  • The name of the surface is still shown as test until the remote view is reopened

Re: [2.0.17] Surface localised_name does not update in remote view until reopen

Posted: Mon Dec 30, 2024 3:03 pm
by Rseding91
Thanks for the report. This is now fixed for the next release.