Skip to content

Commit be792c7

Browse files
committed
Don't pew if reloading the database
1 parent cc9eced commit be792c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webroot/script/helipad.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $(document).ready(function () {
6868
}
6969

7070
//Override shouldPew for receiving our first boost
71-
if ($('div.nodata').length) {
71+
if ($('div.nodata').length && startIndex === 1) {
7272
shouldPew = true;
7373
}
7474

0 commit comments

Comments
 (0)