Use older version of Bukkit

For players on versions earlier than 1.7.10, our usage of
getOnlinePlayers() currently throws a NoSuchMethodError.
This commit is contained in:
eueln
2014-10-25 14:05:23 -05:00
committed by t00thpick1
parent 79c989bfc8
commit 17a95fc786
3 changed files with 3 additions and 3 deletions

View File

@@ -74,7 +74,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.7.10-R0.1-SNAPSHOT</version>
<version>1.7.9-R0.2</version>
</dependency>
<dependency>
<groupId>net.milkbowl.vault</groupId>