Update version to 1.7.4.

Updated Bukkit dependency to 1.4.7-R1.0.
This commit is contained in:
taoneill 2013-03-12 22:41:14 -04:00
parent 101bff45c5
commit e83c53061d
3 changed files with 3 additions and 5 deletions

View File

@ -3,7 +3,7 @@
<groupId>com.tommytony</groupId>
<artifactId>war</artifactId>
<version>1.7.4-PREVIEW</version>
<version>1.7.4</version>
<packaging>jar</packaging>
<name>War</name>
@ -73,8 +73,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.4.5-R1.0</version>
<scope>compile</scope>
<version>1.4.7-R1.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>

View File

@ -27,7 +27,6 @@ public class CantReEnterSpawnJob implements Runnable {
playersUnderSuspicion.add(player.getName());
}
@Override
public void run() {
Location playerLoc = this.player.getLocation();
if (playerTeam.getSpawnVolume().contains(playerLoc)) {

View File

@ -1,5 +1,5 @@
name: War
version: 1.7.4-PREVIEW (Doolittle)
version: 1.7.4 (Doolittle)
description: Minecraft PVP arenas (called warzones) for a fast-paced and structured PVP experience with TDM, CTF & more!
author: tommytony
website: http://war.tommytony.com