fix global leak

This commit is contained in:
unknown 2022-01-18 23:02:19 -05:00
parent a75bfbf2d6
commit 87bd12dd0f
2 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,3 @@
globals = {
"sound_api",
}
read_globals = {
"minetest", "mcl_sounds", "default", "ks_sounds", "nodes_nature", "fl_stone", "fl_topsoil", "fl_trees",
}

View File

@ -1,4 +1,4 @@
sound_api = {}
local sound_api = {}
--convert some games for api usage