Skip to content

BUGFIX: avoid setting force twice by making it static

Rose requested to merge (removed):static into master

Between the always true if statement and the fact we do not need to set force after it has been set to true, I believe the variable was intended to be static but it never was. This fixes that bug.

Merge request reports