Improve place_bounty command

This commit is contained in:
LoneWolfHT 2020-12-02 10:42:45 -08:00
parent 5e9d341aa6
commit 630f772e02

View file

@ -115,6 +115,8 @@ end)
minetest.register_privilege("bounty_admin")
minetest.register_chatcommand("place_bounty", {
description = "Place a bounty on a player",
params = "<player name>",
privs = { bounty_admin = true },
func = function(name, target)
target = target:trim()