summaryrefslogtreecommitdiffstats
path: root/opennhrp-model.lua
diff options
context:
space:
mode:
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")