Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Commit

Permalink
Version 0.3.6
Browse files Browse the repository at this point in the history
Fixed issue with starting new games
  • Loading branch information
DaCyclops committed Apr 6, 2016
1 parent cc1c155 commit 60df5b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ local poll_local_slow = math.floor(60/rc_polling_rate_local_slow)
local rc_local={}

local function init()
global.robotic_combinators = global.robotic_combinators or {}
global.robotic_combinators = global.robotic_combinators or {rcs_network={},
rcs_network_slowstats={},
rcs_personal={},
rcs_local={}}
global.robotic_combinators.rcs_network = global.robotic_combinators.rcs_network or {}
global.robotic_combinators.rcs_network_slowstats = global.robotic_combinators.rcs_network_slowstats or {}
global.robotic_combinators.rcs_personal = global.robotic_combinators.rcs_personal or {}
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "robotic-combinators",
"version": "0.3.5",
"version": "0.3.6",
"title": "Robotic Combinators",
"author": "DaCyclops",
"homepage": "",
Expand Down

0 comments on commit 60df5b9

Please sign in to comment.