update deprecated definition name

This commit is contained in:
Dirk 2024-11-16 23:34:18 +01:00
parent 4edbad75df
commit 7045c36d43
No known key found for this signature in database
GPG Key ID: F44E7467B12D6707

View File

@ -35,7 +35,7 @@ minetest.register_on_joinplayer(function(player)
-- Initially set empty HUD element to store the ID for updates
meta:set_string('mtimer:hud_id', player:hud_add({
hud_elem_type = 'text',
type = 'text',
text = '',
number = '0x000000',
position = {x=0,y=0},