Skip to content

Commit a8d7a3a

Browse files
committed
Updated dependencies to zLib 1.0, and version number to 4.0-pre2
1 parent 3a15e63 commit a8d7a3a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@
7070
<dependency>
7171
<groupId>org.bukkit</groupId>
7272
<artifactId>bukkit</artifactId>
73-
<version>1.13.2-R0.1-SNAPSHOT</version>
73+
<version>1.15-R0.1-SNAPSHOT</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>fr.zcraft</groupId>
7777
<artifactId>zlib</artifactId>
78-
<version>0.99-SNAPSHOT</version>
78+
<version>1.0-SNAPSHOT</version>
7979
<scope>compile</scope>
8080
</dependency>
8181
<dependency>

src/main/java/fr/moribus/imageonmap/commands/maptool/DeleteCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public class DeleteCommand extends IoMCommand
4343
protected void run() throws CommandException
4444
{
4545
ImageMap map = getMapFromArgs();
46+
Player player = playerSender();
4647

4748
if (!hasFlag("confirm"))
4849
{
@@ -61,7 +62,6 @@ protected void run() throws CommandException
6162
}
6263
else
6364
{
64-
Player player = playerSender();
6565
MapManager.clear(player.getInventory(), map);
6666

6767
try

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ImageOnMap
22
main: fr.moribus.imageonmap.ImageOnMap
3-
version: "4.0"
3+
version: "4.0-pre2"
44
api-version: "1.13"
55

66
commands:

0 commit comments

Comments
 (0)