Updates via shellscript

This commit is contained in:
Lars Mueller 2019-05-03 17:44:51 +02:00
parent 7b9a49be1b
commit 69b146f16b

@ -32,7 +32,7 @@ local config=conf.import("hud_timers",{
}
})
table_ext.add_all(_G, config)
table_ext.add_all(getfenv(1), config)
minetest.register_on_joinplayer(function(player)
timers[player:get_player_name()]={}