mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-08 02:08:12 -06:00
fixed display bug
This commit is contained in:
@@ -135,7 +135,7 @@ local migrations_table = {
|
||||
control.parameters = params
|
||||
end
|
||||
for id, station in pairs(map_data.stations) do
|
||||
station.display_state = (station.display_state >= 2 and 4) + station.display_state%2
|
||||
station.display_state = (station.display_state >= 2 and 1) + (station.display_state%2)*2
|
||||
end
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user