ts2 / ts2-sim-server

TS2 SimServer, the core of the TS2 Simulator
https://ts2.github.io
GNU General Public License v2.0
5 stars 9 forks source link

New 'places' type is missing from the 'dump simulation' call #6

Closed tomzorz closed 5 years ago

tomzorz commented 5 years ago

image

npiganeau commented 5 years ago

Places are actually TrackItems. In the simulation dump they are TrackItem 19, 20 and 21.

The place list and place show is just an index by place code instead of ID.

I will add them to the trackItems list and show for consistency.

tomzorz commented 5 years ago

Ah, thanks! :)