We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9eced commit be792c7Copy full SHA for be792c7
webroot/script/helipad.js
@@ -68,7 +68,7 @@ $(document).ready(function () {
68
}
69
70
//Override shouldPew for receiving our first boost
71
- if ($('div.nodata').length) {
+ if ($('div.nodata').length && startIndex === 1) {
72
shouldPew = true;
73
74
0 commit comments