From cb6680304f4eab90625cf847b43eb96d5f7da5ea Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Thu, 9 Jan 2025 10:11:48 +0100 Subject: [PATCH] Global frames ARE INDEED DEFINED --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1fe876a..1d2aa22 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "Lua.diagnostics.globals": [ - "UIParent" + "UIParent", + "BattlefieldMinimap" ] } \ No newline at end of file