improve codestyle

This commit is contained in:
SpeeeDCraft 2023-10-27 08:26:25 +07:00
parent 1526ffcf07
commit 96a4ae16d3
6 changed files with 119 additions and 97 deletions

View file

@ -0,0 +1,7 @@
// priority: 0
const hideMinecraftStuff = (event) => {
global.itemsToHide.forEach(itemToHide => {
event.hide(itemToHide)
})
}