Removing dead code
This commit is contained in:
parent
76261de805
commit
3b278d0498
6 changed files with 9 additions and 189 deletions
|
@ -79,10 +79,6 @@ export class MenuScene extends Phaser.Scene {
|
|||
});
|
||||
|
||||
this.gameReportElement = new ReportMenu(this, connectionManager.getConnexionType === GameConnexionTypes.anonymous);
|
||||
mediaManager.setShowReportModalCallBacks((userId, userName) => {
|
||||
this.closeAll();
|
||||
this.gameReportElement.open(parseInt(userId), userName);
|
||||
});
|
||||
showReportScreenStore.subscribe((user) => {
|
||||
this.closeAll();
|
||||
if (user !== null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue