Skip to content

Commit

Permalink
fix(import): Don't show monster List after import
Browse files Browse the repository at this point in the history
fixes #456
  • Loading branch information
symposion committed Apr 14, 2017
1 parent d5cc172 commit 48eec75
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/modules/monster-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,6 @@ module.exports = class MonsterManager extends ShapedModule {
if (options.monsters.length > 1) {
this.displayImportResults(options.playerId, results);
}
if (options.relist) {
_.extend(options, options.relist);
options.clearCache('monsterCache');
this.entityLister.listEntity('monsters', options);
}
});
}

Expand Down

0 comments on commit 48eec75

Please sign in to comment.