From aebf0f3cfb7bb58fcfedf65c87348a76807a8d9f Mon Sep 17 00:00:00 2001 From: Astoria Floyd Date: Fri, 6 Aug 2021 18:41:38 -0500 Subject: [PATCH] Fix for VSC --- tools.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/tools.lua b/tools.lua index f9b05a7..a218352 100644 --- a/tools.lua +++ b/tools.lua @@ -1,3 +1,4 @@ +---@diagnostic disable: undefined-global local tools = {} function tools.reseed()