Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNotSus committed Dec 2, 2024
2 parents 905a82c + 4540d17 commit 2ebbccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/misc/penalty-kick-online/js/lib/CCMGApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function CCMGApi(){
document.addEventListener("adBreakStart", (oEvt) => {
console.log("AdBreak Started")
//console.log(oEvt)
//TODO: Developer needs to add the logic to pause the game and sound here

s_oMain.stopUpdate();
});

Expand Down Expand Up @@ -42,7 +42,7 @@ function CCMGApi(){
return;
}
_oInterstitialEndPromise = new Promise(function(resolve, reject) {
// do a thing, possibly async, then…
// do a thing, possibly async, then…
resolve(oCallBack);
});

Expand Down

0 comments on commit 2ebbccb

Please sign in to comment.