mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -108,7 +108,7 @@ if settings.startup['PHI-CT'].value or settings.startup['PHI-MI'].value or (sett
|
|||||||
end
|
end
|
||||||
|
|
||||||
script.on_nth_tick(600, function(_)
|
script.on_nth_tick(600, function(_)
|
||||||
local ec = game.surfaces['nauvis'].find_entities_filtered{name='cargo-landing-pad'}
|
local ec = game.surfaces['nauvis'].find_entities_filtered{type='cargo-landing-pad', force='player'}
|
||||||
|
|
||||||
if not ec then
|
if not ec then
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user