diff --git a/webroot/script/helipad.js b/webroot/script/helipad.js index b11b801..a718a7b 100644 --- a/webroot/script/helipad.js +++ b/webroot/script/helipad.js @@ -68,7 +68,7 @@ $(document).ready(function () { } //Override shouldPew for receiving our first boost - if ($('div.nodata').length) { + if ($('div.nodata').length && startIndex === 1) { shouldPew = true; }