From 9d0ffb434a27bafc23cff403db7a6495a5b817ba Mon Sep 17 00:00:00 2001 From: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com> Date: Sun, 25 Aug 2024 00:06:21 +0100 Subject: [PATCH] Fix errors in luacheck defines --- .luacheckrc | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index 6e3b10b8..ebebd4e1 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1026,6 +1026,21 @@ do -- Factorio Defines STDs-- 'northwest' } }, + disconnect_reason = { + fields = { + 'quit', + 'dropped', + 'reconnect', + 'wrong_input', + 'desync_limit_reached', + 'cannot_keep_up', + 'afk', + 'kicked', + 'kicked_and_deleted', + 'banned', + 'switching_servers' + } + }, distraction = { fields = { 'by_enemy', @@ -1216,7 +1231,7 @@ do -- Factorio Defines STDs-- }, flow_precision_index = { fields = { - 'one_second', + 'five_seconds', 'one_minute', 'ten_minutes', 'one_hour',