Skip to content
Snippets Groups Projects
Commit 887e4148 authored by Greg Fodor's avatar Greg Fodor
Browse files

Dead code

parent 9d6fd9d8
No related branches found
No related tags found
No related merge requests found
...@@ -71,10 +71,6 @@ export default class MessageDispatch { ...@@ -71,10 +71,6 @@ export default class MessageDispatch {
this.entryManager.exitScene(); this.entryManager.exitScene();
this.remountUI({ roomUnavailableReason: "left" }); this.remountUI({ roomUnavailableReason: "left" });
break; break;
case "help":
// HACK for now, non-trivial to properly send this into React
document.querySelector(".help-button").click();
break;
case "duck": case "duck":
spawnChatMessage(DUCK_URL); spawnChatMessage(DUCK_URL);
this.scene.emit("quack"); this.scene.emit("quack");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment