Luacheck: add VoxelManip to globals

This commit is contained in:
cx384 2024-11-12 10:53:04 +01:00 committed by GitHub
parent c00129360e
commit 44b261d136
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

@ -15,6 +15,7 @@ read_globals = {
"fgettext", "fgettext_ne",
"vector",
"VoxelArea",
"VoxelManip",
"profiler",
"Settings",
"PerlinNoise", "PerlinNoiseMap",

@ -23,6 +23,7 @@ read_globals = {
"fgettext", "fgettext_ne",
"vector",
"VoxelArea",
"VoxelManip",
"profiler",
"Settings",
"check",