mirror of
https://github.com/zDevelopers/ImageOnMap.git
synced 2024-11-13 05:44:04 +01:00
Revert "Updated dependencies to zLib 1.0, and version number to 4.0-pre2"
This reverts commit a8d7a3ab2f
.
This commit is contained in:
parent
a8d7a3ab2f
commit
9af9781e16
4
pom.xml
4
pom.xml
@ -70,12 +70,12 @@
|
||||
<dependency>
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>bukkit</artifactId>
|
||||
<version>1.15-R0.1-SNAPSHOT</version>
|
||||
<version>1.13.2-R0.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>fr.zcraft</groupId>
|
||||
<artifactId>zlib</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>0.99-SNAPSHOT</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -43,7 +43,6 @@ public class DeleteCommand extends IoMCommand
|
||||
protected void run() throws CommandException
|
||||
{
|
||||
ImageMap map = getMapFromArgs();
|
||||
Player player = playerSender();
|
||||
|
||||
if (!hasFlag("confirm"))
|
||||
{
|
||||
@ -62,6 +61,7 @@ public class DeleteCommand extends IoMCommand
|
||||
}
|
||||
else
|
||||
{
|
||||
Player player = playerSender();
|
||||
MapManager.clear(player.getInventory(), map);
|
||||
|
||||
try
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: ImageOnMap
|
||||
main: fr.moribus.imageonmap.ImageOnMap
|
||||
version: "4.0-pre2"
|
||||
version: "4.0"
|
||||
api-version: "1.13"
|
||||
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user