Skip to content

Commit

Permalink
more line length issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Jul 22, 2020
1 parent 7d87e50 commit 5be3b6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion default_password_warn.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5be3b6c

Please sign in to comment.