1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 08:05:18 +02:00

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
2 changed files with 2 additions and 0 deletions

View File

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

View File

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