Add workaround for CB chunk unload issue

This commit is contained in:
Mike Primm 2012-08-13 00:17:09 -05:00
parent 566abae2a6
commit 6e05a1fa14
2 changed files with 30 additions and 71 deletions

View file

@ -179,5 +179,10 @@
<scope>system</scope>
<systemPath>${project.basedir}/PermissionsBukkit.jar</systemPath>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.2.5-R5.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>