mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Add hyphenation
This also adds hyphenation to `In-game`.
This commit is contained in:
parent
871c4f24c2
commit
60b19b31ab
1 changed files with 3 additions and 3 deletions
|
@ -102,7 +102,7 @@ local function play()
|
|||
end
|
||||
|
||||
if music_enabled then
|
||||
minetest.log("action", "[mcl_music] In game music is activated")
|
||||
minetest.log("action", "[mcl_music] In-game music is activated")
|
||||
minetest.after(15, play)
|
||||
|
||||
minetest.register_on_joinplayer(function(player, last_login)
|
||||
|
@ -115,5 +115,5 @@ if music_enabled then
|
|||
stop_music_for_listener_name(player_name)
|
||||
end)
|
||||
else
|
||||
minetest.log("action", "[mcl_music] In game music is deactivated")
|
||||
end
|
||||
minetest.log("action", "[mcl_music] In-game music is deactivated")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue