update deprecated definition name
This commit is contained in:
parent
4edbad75df
commit
7045c36d43
@ -35,7 +35,7 @@ minetest.register_on_joinplayer(function(player)
|
|||||||
|
|
||||||
-- Initially set empty HUD element to store the ID for updates
|
-- Initially set empty HUD element to store the ID for updates
|
||||||
meta:set_string('mtimer:hud_id', player:hud_add({
|
meta:set_string('mtimer:hud_id', player:hud_add({
|
||||||
hud_elem_type = 'text',
|
type = 'text',
|
||||||
text = '',
|
text = '',
|
||||||
number = '0x000000',
|
number = '0x000000',
|
||||||
position = {x=0,y=0},
|
position = {x=0,y=0},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user