more line length issues
This commit is contained in:
parent
7d87e507cf
commit
5be3b6cbf2
@ -9,7 +9,8 @@ minetest.register_on_joinplayer(function(player)
|
||||
-- player has still the default password
|
||||
minetest.chat_send_player(
|
||||
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')")
|
||||
)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user