summaryrefslogtreecommitdiffstats
path: root/opennhrp-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 20:59:17 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 20:59:17 +0000
commitf4818065de65fde4b2a76f1ea0c13e92fb448822 (patch)
treeb27e3fd3a485cdc6787fbd9cbed5c0f9e9723a31 /opennhrp-model.lua
parent32aa5ec8447183460c1a911ace42b986bc4b6de0 (diff)
downloadacf-opennhrp-f4818065de65fde4b2a76f1ea0c13e92fb448822.tar.bz2
acf-opennhrp-f4818065de65fde4b2a76f1ea0c13e92fb448822.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'opennhrp-model.lua')
-rw-r--r--opennhrp-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/opennhrp-model.lua b/opennhrp-model.lua
index c59e22e..29f2e1f 100644
--- a/opennhrp-model.lua
+++ b/opennhrp-model.lua
@@ -1,7 +1,7 @@
module(..., package.seeall)
-- Load libraries
-require("modelfunctions")
+modelfunctions = require("modelfunctions")
validator = require("acf.validator")
fs = require("acf.fs")