From f002085aa342bf1df6d37c67a63c54bee742101f Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 21:03:14 +0000 Subject: Change use of require to work with Lua 5.2 --- pingu-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pingu-model.lua b/pingu-model.lua index d163fc3..223bb3d 100644 --- a/pingu-model.lua +++ b/pingu-model.lua @@ -1,7 +1,7 @@ module(..., package.seeall) -- Load libraries -require("modelfunctions") +modelfunctions = require("modelfunctions") fs = require("acf.fs") format = require("acf.format") -- cgit v1.2.3