more line length issues

This commit is contained in:
Buckaroo Banzai 2020-07-22 15:59:43 +02:00 committed by GitHub
parent 7d87e507cf
commit 5be3b6cbf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,8 @@ minetest.register_on_joinplayer(function(player)
-- player has still the default password -- player has still the default password
minetest.chat_send_player( minetest.chat_send_player(
playername, playername,
minetest.colorize("#ff0000", "WARNING: You are using the default password! Please change it for your own safety!" .. minetest.colorize("#ff0000", "WARNING: You are using the default password! " ..
"Please change it for your own safety!" ..
"(press the escape-button and click on 'change password')") "(press the escape-button and click on 'change password')")
) )
end end