traintastic/manual/luadoc/example/pv/checkingforpersistentdata.lua
2024-10-13 11:36:21 +02:00

7 Zeilen
109 B
Lua

if pv.freight_car_1 == nil then
pv.freight_car_1 = {
cargo = 'none',
destination = 'unset'
}
end