Ver código fonte

TEMP COMMIT - UNDO THIS

tags/v0.9.0^2
Shaun 3 anos atrás
pai
commit
fa692ac4ee
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/server/world/instancer.js

+ 1
- 1
src/server/world/instancer.js Ver arquivo

@@ -193,7 +193,7 @@ module.exports = {
//If a player is added, destroy any player objects with the same name
const existing = objects.filter(o => o.player && o.name === msg.obj.name);
existing.forEach(o => {
o.destroyed = true;
//o.destroyed = true;
});

if (spawnEvent.changed)


Carregando…
Cancelar
Salvar