mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-26 13:51:01 +00:00
SERVER: Fix issue with first target never firing
This commit is contained in:
parent
79045fb9b6
commit
fe0237749f
1 changed files with 3 additions and 0 deletions
|
@ -64,6 +64,9 @@ void() SUB_UseTargets =
|
||||||
temptotal = 0;
|
temptotal = 0;
|
||||||
tempcount = 0;
|
tempcount = 0;
|
||||||
breakthis = false;
|
breakthis = false;
|
||||||
|
|
||||||
|
if (self.target)
|
||||||
|
tempcount = tempcount + 1;
|
||||||
if (self.target2)
|
if (self.target2)
|
||||||
tempcount = tempcount + 1;
|
tempcount = tempcount + 1;
|
||||||
if (self.target3)
|
if (self.target3)
|
||||||
|
|
Loading…
Reference in a new issue