add some minetest_game to global_variables blacklist

This commit is contained in:
Alexander Weber 2016-11-05 01:37:08 +01:00
parent 20613e1ad1
commit ef1812371d

View File

@ -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,
}