Browse Source

Merge branch 'Fixed-Issue-#7' into 'staging'

Fixed issue #7

See merge request !20
tags/v0.1.2
Big Bad Waffle 7 years ago
parent
commit
e1056416af
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/server/world/map.js

+ 1
- 1
src/server/world/map.js View File

@@ -87,7 +87,7 @@ define([

mapFile = require('../config/maps/' + this.name + '/map');
this.mapFile = mapFile;
this.mapFile.properties = this.mapFile.properties || {};
mapScale = mapFile.tilesets[0].tileheight;

this.instanced = mapFile.properties.instanced;


Loading…
Cancel
Save