Fixed the organization of my new lua modules. They now go in library/lua instead of where plugin lua modules go. Updated scripts accordingly.
parent
61d73cc6c2
commit
187ce3c58b
@ -1,7 +1,7 @@
|
||||
|
||||
local _ENV = mkmodule('onStrike')
|
||||
|
||||
local onReport = require 'plugins.onReport'
|
||||
local onReport = require 'onReport'
|
||||
local utils = require 'utils'
|
||||
|
||||
debug = debug or true
|
Loading…
Reference in New Issue