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

View file

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

View file

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