Skip to content

Commit

Permalink
Don't pew if reloading the database
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpp committed Dec 22, 2024
1 parent cc9eced commit be792c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webroot/script/helipad.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit be792c7

Please sign in to comment.