7 lines
No EOL
142 B
JavaScript
7 lines
No EOL
142 B
JavaScript
// priority: 0
|
|
|
|
const hideRailWaysStuff = (event) => {
|
|
global.RAIL_WAYS_DISABLED_ITEMS.forEach(item => {
|
|
event.hide(item)
|
|
})
|
|
} |