SERVER: Fix issue with first target never firing

This commit is contained in:
Steam Deck User 2023-03-25 20:04:04 -04:00
parent 79045fb9b6
commit fe0237749f

View file

@ -64,6 +64,9 @@ void() SUB_UseTargets =
temptotal = 0;
tempcount = 0;
breakthis = false;
if (self.target)
tempcount = tempcount + 1;
if (self.target2)
tempcount = tempcount + 1;
if (self.target3)