dead2
This commit is contained in:
@@ -4,6 +4,7 @@ REIEvents.hide('item', event => {
|
||||
hideMinecraftStuff(event)
|
||||
hideTFCStuff(event)
|
||||
hideFirmaLifeStuff(event)
|
||||
hideFirmaCivStuff(event)
|
||||
hideGTCEUStuff(event)
|
||||
hideCreateStuff(event)
|
||||
hideAE2Stuff(event)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// priority: 0
|
||||
|
||||
const hideFirmaLifeStuff = (event) => {
|
||||
const hideFirmaCivStuff = (event) => {
|
||||
global.FIRMACIV_DISABLED_ITEMS.forEach(item => {
|
||||
event.hide(item)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user