Удаление AdAstra

This commit is contained in:
Dmitry 2024-01-04 19:34:21 +07:00
parent 79d694051e
commit 2a4d4e2440
6 changed files with 0 additions and 70 deletions

View file

@ -8,7 +8,6 @@ REIEvents.hide('item', event => {
hideGTCEUStuff(event)
hideCreateStuff(event)
hideAE2Stuff(event)
hideAdAstraStuff(event)
hideSophisticatedBackpacksStuff(event)
hideMoreRedStuff(event)
hideRailWaysStuff(event)

View file

@ -1,7 +0,0 @@
// priority: 0
const hideAdAstraStuff = (event) => {
global.AD_ASTRA_DISABLED_ITEMS.forEach(item => {
event.hide(item)
})
}