7 Zeilen
109 B
Lua
7 Zeilen
109 B
Lua
if pv.freight_car_1 == nil then
|
|
pv.freight_car_1 = {
|
|
cargo = 'none',
|
|
destination = 'unset'
|
|
}
|
|
end
|