One more string

This commit is contained in:
2026-04-15 18:30:12 -04:00
parent 4fc96a9676
commit eb85d42e00

View File

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