From 5e78c5efb78b087e887397e4186e80655f9e83af Mon Sep 17 00:00:00 2001 From: KaiKikuchi Date: Sat, 25 Jul 2015 23:56:42 +0200 Subject: [PATCH] Fixed pom.xml info --- pom.xml | 4 ++-- src/main/java/org/maxgamer/quickshop/Command/QS.java | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 99e20fc..89042a9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ 4.0.0 - net.kaikk.mc + org.maxgamer ${name} ${version} @@ -49,7 +49,7 @@ - 0.9 + 0.9.1 org.maxgamer.quickshop QuickShop diff --git a/src/main/java/org/maxgamer/quickshop/Command/QS.java b/src/main/java/org/maxgamer/quickshop/Command/QS.java index 3e2ce5f..c750ba8 100644 --- a/src/main/java/org/maxgamer/quickshop/Command/QS.java +++ b/src/main/java/org/maxgamer/quickshop/Command/QS.java @@ -400,9 +400,7 @@ public class QS implements CommandExecutor { ContainerShop cs = (ContainerShop) shop; if (cs.isDoubleShop()) continue; - shIt.remove(); // Is selling, but has no stock, and is a - // chest shop, but is not a double shop. Can - // be deleted safely. + shIt.remove(); // Is selling, but has no stock, and is a chest shop, but is not a double shop. Can be deleted safely. i++; } }