1
0
mirror of https://e.coding.net/circlecloud/QuickShop.git synced 2024-11-18 01:18:54 +00:00

Fixed pom.xml info

This commit is contained in:
KaiKikuchi 2015-07-25 23:56:42 +02:00
parent 211e298e77
commit 5e78c5efb7
2 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.kaikk.mc</groupId> <groupId>org.maxgamer</groupId>
<artifactId>${name}</artifactId> <artifactId>${name}</artifactId>
<version>${version}</version> <version>${version}</version>
<build> <build>
@ -49,7 +49,7 @@
</dependency> </dependency>
</dependencies> </dependencies>
<properties> <properties>
<version>0.9</version> <version>0.9.1</version>
<package>org.maxgamer.quickshop</package> <package>org.maxgamer.quickshop</package>
<name>QuickShop</name> <name>QuickShop</name>
</properties> </properties>

View File

@ -400,9 +400,7 @@ public class QS implements CommandExecutor {
ContainerShop cs = (ContainerShop) shop; ContainerShop cs = (ContainerShop) shop;
if (cs.isDoubleShop()) if (cs.isDoubleShop())
continue; continue;
shIt.remove(); // Is selling, but has no stock, and is a shIt.remove(); // Is selling, but has no stock, and is a chest shop, but is not a double shop. Can be deleted safely.
// chest shop, but is not a double shop. Can
// be deleted safely.
i++; i++;
} }
} }