Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

Commit

Permalink
Fix typo with precapture
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Nov 28, 2015
1 parent 43b7d2c commit e0b9b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctf_flag/flag_func.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ local function do_capture(attname, flag, returned)
ctf_flag.registered_on_pick_up[i](attname, flag)
end
else
for i = 1, #ctf_flag.registered_on_prepick_up do
for i = 1, #ctf_flag.registered_on_precapture do
if not ctf_flag.registered_on_precapture[i](attname, flag) then
return
end
Expand Down

0 comments on commit e0b9b47

Please sign in to comment.