Przeglądaj źródła

fixes #790

tags/v0.2.1^2
Big Bad Waffle 5 lat temu
rodzic
commit
97fea76e32
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      src/client/js/components/inventory.js

+ 1
- 0
src/client/js/components/inventory.js Wyświetl plik

@@ -22,6 +22,7 @@ define([
if (blueprint.getItems) {
let items = this.items;
let newItems = blueprint.getItems || [];
newItems.spliceWhere(n => (blueprint.destroyItems || []).includes(n.id));
let nLen = newItems.length;

for (let i = 0; i < nLen; i++) {


Ładowanie…
Anuluj
Zapisz