浏览代码

chore: Removed test code

1993-leagues
Shaun 8 个月前
父节点
当前提交
9f080567e6
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      src/server/world/threadManager.js

+ 0
- 1
src/server/world/threadManager.js 查看文件

@@ -261,7 +261,6 @@ const killThread = thread => {
};

const sendMessageToThread = ({ threadId, msg }) => {
console.log('ok');
const thread = threads.find(t => t.id === threadId);
if (thread)
thread.worker.send(msg);


正在加载...
取消
保存