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