Skip to content

Commit 60e8801

Browse files
team_chest: Fix score for swords (#1354)
1 parent a01635a commit 60e8801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mods/ctf/ctf_teams/team_chest.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ local blacklist = {
77

88

99
local item_value = {
10-
["default:sword_diamond" ] = 16,
11-
["default:sword_mese" ] = 13,
10+
["ctf_melee:sword_diamond" ] = 16,
11+
["ctf_melee:sword_mese" ] = 13,
1212
["ctf_ranged:shotgun_loaded" ] = 12,
1313
["ctf_ranged:shotgun" ] = 10,
1414
["ctf_ranged:sniper_magnum_loaded"] = 10,

0 commit comments

Comments
 (0)