Skip to content

Commit

Permalink
release 0.4.4
Browse files Browse the repository at this point in the history
min Factorio 0.12.12
  • Loading branch information
Choumiko committed Oct 31, 2015
1 parent 2f1642f commit f9e8396
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ local function on_configuration_changed(data)
global.electricInstalled = remote.interfaces.dim_trains and remote.interfaces.dim_trains.railCreated
else
if oldVersion < "0.4.4" then
global.electricInstalled = false
global.electricInstalled = remote.interfaces.dim_trains and remote.interfaces.dim_trains.railCreated
end
end
end
Expand Down
4 changes: 2 additions & 2 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "FARL",
"version": "0.4.3",
"version": "0.4.4",
"title": "Fully Automated Rail Layer",
"author": "Choumiko",
"contact": "www.factorioforums.com",
"description": "Fully automated rail-layer",
"dependencies": ["base >= 0.12.11", "? 5dim_trains"]
"dependencies": ["base >= 0.12.12", "? 5dim_trains"]
}

0 comments on commit f9e8396

Please sign in to comment.