add some minetest_game to global_variables blacklist
This commit is contained in:
parent
20613e1ad1
commit
ef1812371d
@ -82,6 +82,13 @@ local second_blacklist = {
|
||||
INIT = true,
|
||||
DIR_DELIM = true,
|
||||
PLATFORM = true,
|
||||
|
||||
-- minetest_game
|
||||
LIGHT_MAX = true,
|
||||
LAVA_VISC = true,
|
||||
vector = true,
|
||||
WATER_VISC = true,
|
||||
WATER_ALPHA = true,
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user