Explorar el Código

chore: Removed test code

1993-leagues
Shaun hace 8 meses
padre
commit
9f080567e6
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      src/server/world/threadManager.js

+ 0
- 1
src/server/world/threadManager.js Ver fichero

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


Cargando…
Cancelar
Guardar