fix blank name registration on Privs, doesn't affect usability, just

logs.
This commit is contained in:
Nick Minkler 2013-03-13 08:12:18 -07:00
parent 48f5c275e1
commit bc63cb6c59
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import java.util.Set;
public class Permission_Privileges extends Permission {
private final String name = "";
private final String name = "Privileges";
private Privileges privs;
public Permission_Privileges(Plugin plugin) {