This commit is contained in:
Gabriele C
2015-11-22 17:20:23 +01:00
parent da662afcf4
commit 69a09aec17
5 changed files with 1 additions and 8 deletions
@@ -500,7 +500,7 @@ public class PermissionsManager {
*
* @return The name of the primary permission group. Or null.
*/
@SuppressWarnings({"unchecked", "rawtypes", "deprecation"})
@SuppressWarnings("deprecation")
public String getPrimaryGroup(Player player) {
// If no permissions system is used, return an empty list
if(!isEnabled())