Skip to content

Commit

Permalink
Update post-reset pro chest access to work with the new system
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWolfHT committed Aug 16, 2024
1 parent b85642b commit 911b741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/ctf/ctf_modebase/features.lua
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ return {
local rank = rankings:get(pname)
local player = minetest.get_player_by_name(pname)
local pro_chest = player and player:get_meta():get_int("ctf_rankings:pro_chest:"..
(ctf_modebase.current_mode or "")) == 1
(ctf_modebase.current_mode or "")) >= 1
local deny_pro = "You need to have more than 1.4 kills per death, "..
"5 captures, and at least 8,000 score to access the pro section."
if rank then
Expand Down

0 comments on commit 911b741

Please sign in to comment.