Fix omitted line

This commit is contained in:
archfan 2019-03-12 17:12:33 -04:00 committed by GitHub
parent 62502a6faa
commit 5ea66689b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,4 +26,4 @@ minetest.register_chatcommand("chat", {
prefix = string.trim(param) or ""
minetest.display_chat_message(minetest.colorize("#00ff00", "Current prefix: "..prefix.."\nIf you type 'Hello there', '"..prefix.." Hello there' will be sent."))
end,
})