Page MenuHomeFeedback Tracker

"EndMission" respawn template has an incorrect comparison operator
New, WishlistPublic

Description

On line 32 of fn_respawnEndMission.sqf a check is made to ensure there are no respawn tickets remaining:

  • call bis_fnc_respawntickets == 0

However, this doesn't account for scenarios where respawn tickets aren't used and thus should be:

  • call bis_fnc_respawntickets <= 0

(Where bis_fnc_respawntickets returns -1)

Details

Legacy ID
4273925468
Severity
None
Resolution
Open
Reproducibility
N/A
Category
Scripting

Event Timeline

SilentSpike set Category to Scripting.Aug 5 2015, 2:43 PM
SilentSpike set Reproducibility to N/A.
SilentSpike set Severity to None.
SilentSpike set Resolution to Open.
SilentSpike set Legacy ID to 4273925468.May 8 2016, 12:29 PM