From 38b0cffc4ed92cfbfbb661a774aa53299d92bf27 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Fri, 14 Jun 2019 20:00:43 +0100 Subject: [PATCH] Removed dupilcate errors in log --- control.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/control.lua b/control.lua index e4ed6c3f..29d79064 100644 --- a/control.lua +++ b/control.lua @@ -41,7 +41,6 @@ for index,path in pairs(files) do if not success then -- Failed to load a file log('[ERROR] Failed to load file: '..path) - log('[ERROR] '..file) table.insert(errors,'[ERROR] '..path..' :: '..file) elseif type(file) == 'string' and file:find('not found') then -- Returned a file not found message