This commit is contained in:
2025-06-16 20:00:01 +09:00
parent e0e1913328
commit 280d9dbf1f
2 changed files with 7 additions and 9 deletions

View File

@@ -109,7 +109,6 @@ local function entity_build(event)
return return
end end
if settings.startup['PHI-CT'].value then
if event.entity.type == 'infinity-container' and event.entity.name == 'trash-chest' then if event.entity.type == 'infinity-container' and event.entity.name == 'trash-chest' then
event.entity.remove_unfiltered_items = true event.entity.remove_unfiltered_items = true
@@ -118,7 +117,6 @@ local function entity_build(event)
end end
return return
end
end end
local function entity_destroy(event) local function entity_destroy(event)

View File

@@ -1331,7 +1331,7 @@ if settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value == 'VP'
end end
end end
if settings.startup['PHI-CT'].value or (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value ~= '') then if settings.startup['PHI-CT'].value or settings.startup['PHI-MI'].value or (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value ~= '') then
local vir_sig = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ' local vir_sig = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ'
local s = {} local s = {}