Fix bug where ad would play on every play action
This commit is contained in:
@ -485,9 +485,6 @@ class Ads {
|
||||
this.player.debug.log(this.manager);
|
||||
});
|
||||
|
||||
// Make sure we can re-call advertisements
|
||||
this.initialized = false;
|
||||
|
||||
// Now request some new advertisements
|
||||
this.requestAds();
|
||||
});
|
||||
|
Reference in New Issue
Block a user