workaround for typecheck (apparently this wouldnt have worked on vanilla lua too)

master
Pascal Abresch 2020-05-07 19:46:41 +02:00
parent 27c43e663c
commit e0f138e649
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ minetest.register_on_joinplayer(function(player)
position = { x=0.5,y=0.8 },
text = "",
direction = 0,
number = tonumber("0xFFFFFF", 16)
})
player:get_meta():set_int("notify_fg", hud_fg)
end)