Skip to content
Snippets Groups Projects
Commit 821bf1af authored by BuckarooBanzay's avatar BuckarooBanzay
Browse files

add missing comma

fixes #5
parent 8feab9a0
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ local http, url
-- chatcommand
minetest.register_chatcommand("search", {
description = "Search for shops or bones near you. Syntax: /search [bones|shop] [<query>|*]\n"
.. "e.g. /search bones *"
.. "e.g. /search bones *",
func = function(playername, param)
local _, _, type, query = string.find(param, "^([^%s]+)%s+([^%s]+)%s*$")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment