Rework on messages displayed

Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
This commit is contained in:
Louis Royer
2020-03-15 21:04:12 +01:00
committed by SmallJoker
parent 2f4eddd324
commit 448fe3ebf1
4 changed files with 42 additions and 90 deletions

View File

@ -23,7 +23,7 @@ end
minetest.register_chatcommand("select_area", {
params = S("<ID>"),
description = S("Select a area by id."),
description = S("Select an area by ID."),
func = function(name, param)
local id = tonumber(param)
if not id then