Skip to content

Commit

Permalink
add missing comma
Browse files Browse the repository at this point in the history
fixes #5
  • Loading branch information
BuckarooBanzay committed Feb 19, 2020
1 parent 8feab9a commit 821bf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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*$")
Expand Down

0 comments on commit 821bf1a

Please sign in to comment.