From 461f57cde892930a08330bae1b41f8e6c5f9d2b1 Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Sun, 21 Mar 2021 10:45:38 +0100 Subject: [PATCH] fix global var typo --- .luacheckrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index 6edf90e..71b6fae 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -18,5 +18,5 @@ read_globals = { "unified_inventory", "default", -- optional mods - "xban", "qos" + "xban", "QoS" }