Code format and shit

This commit is contained in:
2025-04-28 09:10:33 +02:00
parent 05f147b220
commit 596b287fe6
3 changed files with 63 additions and 25 deletions

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"Lua.diagnostics.disable": [
"unused-local"
],
"Lua.diagnostics.globals": [
"SlashCmdList"
]
}