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 other_alert_keys = require "other_alert_keys"
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
local json = require("dkjson")
local alert_creators = require "alert_creators"