ソースを参照

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


読み込み中…
キャンセル
保存