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