6 lines
102 B
JavaScript
6 lines
102 B
JavaScript
StartupEvents.modifyCreativeTab("tacz:other", e => {
|
|
e.remove([
|
|
"tacz:gun_smith_table"
|
|
])
|
|
})
|