Procházet zdrojové kódy

chore: Removed test code

1993-leagues
Shaun před 8 měsíci
rodič
revize
9f080567e6
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. +0
    -1
      src/server/world/threadManager.js

+ 0
- 1
src/server/world/threadManager.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit