Move driving_ctrl_access to seat_groups

Fixes deprecated use of API
master
Blockhead 2021-10-25 12:07:57 +11:00
parent 1b6729a1c2
commit ad852cb4ae
1 changed files with 1 additions and 1 deletions

View File

@ -16,13 +16,13 @@ advtrains.register_wagon("rocket", {
name=S("Driver Stand"),
attach_offset={x=0, y=10, z=-10},
view_offset={x=0, y=6, z=0},
driving_ctrl_access=true,
group = "dstand",
},
},
seat_groups = {
dstand={
name = "Driver Stand",
driving_ctrl_access = true,
access_to = {},
},
},