diff --git a/init.lua b/init.lua index c736a51..fd5db07 100644 --- a/init.lua +++ b/init.lua @@ -124,7 +124,7 @@ bounty.drop_prize = function(player) end bounty.get_player_bounty = function(player_name) - local prize = ' has no bounty' + local prize = 'currency:minegeld_100 0' if type(bounty.prizes) == 'string' then local amount = math.floor(bounty.data[player_name] / bounty.points_per_prize) if bounty.data[player_name] >= bounty.points_per_prize then