neuralgia/kubejs/client_scripts/mods/ad_astra.js
2023-11-29 20:32:40 +07:00

7 lines
No EOL
140 B
JavaScript

// priority: 0
const hideAdAstraStuff = (event) => {
global.AD_ASTRA_DISABLED_ITEMS.forEach(item => {
event.hide(item)
})
}