Downgrade Bukkit to 1.7.9 to compile

This commit is contained in:
riking 2014-11-24 05:28:28 -08:00
parent 5db09bf45c
commit d0881ab3fd

View File

@ -136,7 +136,7 @@
<dependency> <dependency>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId> <artifactId>bukkit</artifactId>
<version>1.7.10-R0.1-SNAPSHOT</version> <version>1.7.9-R0.2</version>
<type>jar</type> <type>jar</type>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>