Bläddra i källkod

Fixed the isMapThread check to work with nodemon

tags/v0.9.1^2
Shaun 2 år sedan
förälder
incheckning
d4153e678c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      src/server/misc/mods.js

+ 1
- 1
src/server/misc/mods.js Visa fil

@@ -49,7 +49,7 @@ module.exports = {
if (mod.disabled)
return;

const isMapThread = !!process.send;
const isMapThread = global.instancer;
mod.isMapThread = isMapThread;

mod.events = events;


Laddar…
Avbryt
Spara