Переглянути джерело

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


Завантаження…
Відмінити
Зберегти