Pārlūkot izejas kodu

chore: Removed test code

1993-leagues
Shaun pirms 8 mēnešiem
vecāks
revīzija
9f080567e6
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. +0
    -1
      src/server/world/threadManager.js

+ 0
- 1
src/server/world/threadManager.js Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt