瀏覽代碼

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);


Loading…
取消
儲存