Updated to Version 0.3.1

also, removed a old debug text...
This commit is contained in:
SydMontague 2014-03-15 15:45:47 +01:00
parent 104d23d1dd
commit 05d24ccb7e
2 changed files with 1 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.craftlancer.imagemaps</groupId>
<artifactId>ImageMaps</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.3.1</version>
<name>ImageMaps</name>
<description>Draw Images on maps!</description>
<properties>

View File

@ -121,10 +121,7 @@ public class ImageMaps extends JavaPlugin implements Listener
for (int x = 0; x < width; x++)
for (int y = 0; y < height; y++)
if (!block.getRelative(x * xMod, -y, x * zMod).getType().isSolid())
{
getLogger().info("fail");
return false;
}
for (int x = 0; x < width; x++)
for (int y = 0; y < height; y++)