This commit is contained in:
Dmitry 2024-01-01 14:33:44 +07:00
parent bbdc6f9c7e
commit a3fa3fbe4e
4 changed files with 22 additions and 14 deletions

View file

@ -1,6 +1,6 @@
// priority: 0
const hideFirmaLifeStuff = (event) => {
const hideFirmaCivStuff = (event) => {
global.FIRMACIV_DISABLED_ITEMS.forEach(item => {
event.hide(item)
})