Revert "Updated dependencies to zLib 1.0, and version number to 4.0-pre2"

This reverts commit a8d7a3ab2f.
This commit is contained in:
Vlammar 2020-06-14 02:56:00 +02:00
parent a8d7a3ab2f
commit 9af9781e16
3 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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

View File

@ -1,6 +1,6 @@
name: ImageOnMap
main: fr.moribus.imageonmap.ImageOnMap
version: "4.0-pre2"
version: "4.0"
api-version: "1.13"
commands: