Removes package.path changes possibly causing nil indexing

This commit is contained in:
Simone Mainardi 2021-10-01 11:24:10 +02:00
parent 1ab8bbe2cd
commit 6da5283ae2
58 changed files with 0 additions and 58 deletions

View file

@ -5,7 +5,6 @@
-- ##############################################
local flow_alert_keys = require "flow_alert_keys"
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
-- Import the classes library.
local classes = require "classes"
-- Make sure to import the Superclass!