Преглед изворни кода

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…
Откажи
Сачувај