Made some stain sync stuff that doesn't work because clients don't get stained for some reason :(

This commit is contained in:
IQuant 2024-08-15 01:22:00 +03:00
parent c56c9ad34e
commit 7255b008c0
5 changed files with 66 additions and 8 deletions

12
.vscode/settings.json vendored
View file

@ -1,3 +1,13 @@
{
"Lua.runtime.version": "LuaJIT"
"Lua.runtime.version": "LuaJIT",
"Lua.diagnostics.disable": [
"cast-local-type",
"param-type-mismatch",
"undefined-global",
"need-check-nil"
],
"Lua.diagnostics.globals": [
"wait",
"async"
]
}