From 8aa8ec5da0d69c868d3a7bc153bb9523ced33a0c Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 2 May 2012 15:29:44 +0200 Subject: [PATCH] Last try making an api :< --- makefloor | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/makefloor b/makefloor index 634c251..bf18ec5 100644 --- a/makefloor +++ b/makefloor @@ -1,10 +1,8 @@ local args = { ... } -package.path = package.path .. ";" .. "lib/?" - -- local turtle = require "turtlePlaceholder" -local utils = require "utils" +local utils = dofile("lib\\utils") local turnedLeft = nil if args[1] == "rightturn" or args[1] == "leftturn" then