Cleaning sweep, mainly for various stray "4 spaces" indentions to tabs

This commit is contained in:
Brettflan
2012-03-13 08:27:03 -05:00
parent 28269b7455
commit 18b10ce8f9
18 changed files with 278 additions and 289 deletions

View File

@@ -11,9 +11,9 @@ public enum ChatMode
private ChatMode(final int value, final String nicename)
{
this.value = value;
this.nicename = nicename;
}
this.value = value;
this.nicename = nicename;
}
public boolean isAtLeast(ChatMode role)
{

View File

@@ -62,7 +62,7 @@ public enum Permission
Permission(final String node)
{
this.node = "factions."+node;
}
}
public boolean has(CommandSender sender, boolean informSenderIfNot)
{