File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
mods/se-interstellar-construction-requests-fulfillment Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " se-interstellar-construction-requests-fulfillment" ,
3
3
"title" : " Space Exploration - interstellar construction requests fulfillment" ,
4
4
"description" : " Keeping building equipment stocked at every planet is tedious, just shoot it there from nauvis." ,
5
- "version" : " 1.0.1 " ,
5
+ "version" : " 1.0.2 " ,
6
6
"author" : " Quezler" ,
7
7
"factorio_version" : " 1.1" ,
8
8
"dependencies" : [
Original file line number Diff line number Diff line change 210
210
211
211
function Handler .gc (event )
212
212
for unit_number , struct in pairs (global .structs ) do
213
- if not struct .valid then
213
+ if not struct .entity . valid then
214
214
log (' garbage collected struct #' .. unit_number )
215
215
global .structs [unit_number ] = nil
216
216
end
You can’t perform that action at this time.
0 commit comments