Ver código fonte

fixes #1539

tags/v0.8.0
Shaun 3 anos atrás
pai
commit
9cba6161d8
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      src/server/world/map.js

+ 2
- 1
src/server/world/map.js Ver arquivo

@@ -134,7 +134,8 @@ module.exports = {
this.build();

this.randomMap = extend({}, randomMap);
this.oldMap = this.layers;
this.oldMap = extend([], this.layers);

this.randomMap.templates = extend([], this.rooms);
generateMappings(this.randomMap, this);



Carregando…
Cancelar
Salvar