Explorar el Código

random maps now only announce in the console that they are ready once they've been generated

tags/v0.8.0
Shaun hace 4 años
padre
commit
f76798dd94
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +2
    -0
      src/server/world/instancer.js
  2. +0
    -2
      src/server/world/map.js

+ 2
- 0
src/server/world/instancer.js Ver fichero

@@ -62,6 +62,8 @@ module.exports = {
map.seed = _.getGuid();
}

_.log('(M ' + map.name + '): Ready');

map.clientMap.zoneId = this.zoneId;

[resourceSpawner, syncer, objects, questBuilder, events, mail].forEach(i => i.init(fakeInstance));


+ 0
- 2
src/server/world/map.js Ver fichero

@@ -203,8 +203,6 @@ module.exports = {
padding = mapFile.properties.padding;

mapFile = null;

_.log('(M ' + this.name + '): Ready');
},

build: function () {


Cargando…
Cancelar
Guardar