8.12.1 release

This commit is contained in:
mfnalex 2020-06-25 21:43:59 +02:00
parent b2069aaca5
commit e59f2df34b
3 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<name>JeffChestSort</name>
<url>https://www.chestsort.de</url>
<description>Automatically sorts your chests!</description>
<version>8.12.0</version>
<version>8.12.1</version>
<packaging>jar</packaging>
<properties>

View File

@ -400,6 +400,7 @@ public class ChestSortOrganizer {
// Sort an inventory only between startSlot and endSlot
void sortInventory(Inventory inv, int startSlot, int endSlot) {
if(inv==null) return;
Class<? extends Inventory> invClass = inv.getClass();
try {
if (invClass.getMethod("getLocation", null) != null) {

View File

@ -1,6 +1,6 @@
main: de.jeff_media.ChestSort.ChestSortPlugin
name: ChestSort
version: 8.12.0
version: 8.12.1
api-version: "1.13"
description: Allows automatic chest sorting
author: mfnalex