Merge branch 'master' into dev

This commit is contained in:
Myles 2017-05-11 18:02:50 +01:00
commit 70964e9ba9

View File

@ -97,6 +97,7 @@ public class ItemRewriter {
}
}
}
if (item.getAmount() <= 0) item.setAmount((byte) 1);
}
public static void toServer(Item item) {