Merge pull request #235 from Spyboticsguy/master

DroxPerms update.
This commit is contained in:
Nick Minkler 2012-08-06 11:54:14 -07:00
commit 2b5f447c1f
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -16,9 +16,9 @@
<dependency>
<groupId>de.hydrox.bukkit.DroxPerms</groupId>
<artifactId>DroxPerms</artifactId>
<version>0.3.1</version>
<version>0.4.0-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/DroxPerms.jar</systemPath>
<systemPath>${project.basedir}/lib/DroxPerms-0.4.0-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>net.krinsoft.privileges</groupId>

View File

@ -134,7 +134,7 @@ public class Permission_DroxPerms extends Permission {
@Override
public String[] getGroups() {
return null;
return API.getGroupNames();
}
}