Commit 0d6177c8 authored by wildfirecode's avatar wildfirecode

1

parent 8d26222f
...@@ -145,6 +145,7 @@ export default class MapScene extends Scene { ...@@ -145,6 +145,7 @@ export default class MapScene extends Scene {
const panels = []; const panels = [];
const result = this.sendInvite(panels, parmas); const result = this.sendInvite(panels, parmas);
if (result) { if (result) {
this.updateSign();
PanelCtrl.instance.showPanels(panels, parmas, this.onAllPanelHide); PanelCtrl.instance.showPanels(panels, parmas, this.onAllPanelHide);
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment