1
Fork 0

Merge branch 'master' of github.com:Jaxan/Computercraft

This commit is contained in:
Joshua Moerman 2012-06-02 22:56:06 +02:00
commit fcd7818649

View file

@ -1,10 +1,8 @@
local args = { ... } local args = { ... }
package.path = package.path .. ";" .. "lib/?"
-- local turtle = require "turtlePlaceholder" -- local turtle = require "turtlePlaceholder"
local utils = require "utils" local utils = dofile("lib\\utils")
local turnedLeft = nil local turnedLeft = nil
if args[1] == "rightturn" or args[1] == "leftturn" then if args[1] == "rightturn" or args[1] == "leftturn" then