1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-16 19:44:15 +02:00

Fix file modes, indents

This commit is contained in:
Chris Ward
2013-04-07 20:36:45 +10:00
parent bf3e03fdaf
commit ee98136fc5
4 changed files with 1 additions and 1 deletions

0
Essentials/src/net/ess3/bukkit/BukkitPlugin.java Executable file → Normal file
View File

0
Essentials/src/net/ess3/commands/Commandkickall.java Executable file → Normal file
View File

0
Essentials/src/net/ess3/commands/Commandwhois.java Executable file → Normal file
View File

View File

@@ -81,7 +81,7 @@ public class iCo6 implements Method
@Override
public boolean createAccount(String name)
{
return !hasAccount(name) && (new Accounts()) .create(name);
return !hasAccount(name) && (new Accounts()) .create(name);
}
@Override