mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Luacheck: add VoxelManip to globals
This commit is contained in:
@@ -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",
|
||||||
|
@@ -23,6 +23,7 @@ read_globals = {
|
|||||||
"fgettext", "fgettext_ne",
|
"fgettext", "fgettext_ne",
|
||||||
"vector",
|
"vector",
|
||||||
"VoxelArea",
|
"VoxelArea",
|
||||||
|
"VoxelManip",
|
||||||
"profiler",
|
"profiler",
|
||||||
"Settings",
|
"Settings",
|
||||||
"check",
|
"check",
|
||||||
|
Reference in New Issue
Block a user