[Rseding91] [2.0.17] Surface localised_name does not update in remote view until reopen
Posted: Thu Nov 14, 2024 12:36 am
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:
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