Fixed small bug in lanesManager (1.7.5)
Fixed
This commit is contained in:
parent
34853f7fb6
commit
1b9972d1b7
@ -31,7 +31,7 @@ end
|
|||||||
-- Step 1 get lanes
|
-- Step 1 get lanes
|
||||||
lanes=require("lanes").configure()
|
lanes=require("lanes").configure()
|
||||||
package.path="lua/?/init.lua;lua/?.lua;"..package.path
|
package.path="lua/?/init.lua;lua/?.lua;"..package.path
|
||||||
require("multi.updater") -- get it all and have it on all lanes
|
require("multi.all") -- get it all and have it on all lanes
|
||||||
local multi=multi
|
local multi=multi
|
||||||
-- Step 2 set up the linda objects
|
-- Step 2 set up the linda objects
|
||||||
local __GlobalLinda = lanes.linda() -- handles global stuff
|
local __GlobalLinda = lanes.linda() -- handles global stuff
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user