Skip to content

Commit

Permalink
Merge pull request #191 from MUD-Game/dev
Browse files Browse the repository at this point in the history
Weekly Build 3 Hotfix
  • Loading branch information
Endunry authored May 8, 2022
2 parents ba874ec + 3c0a495 commit e3e445b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion backend/game/src/worker/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function handleHostMessages(dungeonController: DungeonController) {
userTokens[userID][character] = verifyToken;
break;
case 'stop':
// dungeonController.stopDungeon();
dungeonController.stopDungeon();
break;
}
});
Expand Down
5 changes: 0 additions & 5 deletions frontend/src/components/DungeonMaster/Chat/ChatOutput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ const ChatOutput: React.FC<ChatOutputProps> = ({ selectedRooms }) => {
};
useEffect(scrollToBottom, [messages]);

useEffect(() => {
console.log(selectedRooms);
return () => {}
}, [selectedRooms]);

return (
<Row className="chat-output-wrap">
<div className="col">
Expand Down

0 comments on commit e3e445b

Please sign in to comment.