summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Ward <chris@chrisgward.com>2013-04-07 20:36:45 +1000
committerChris Ward <chris@chrisgward.com>2013-04-07 20:36:45 +1000
commitee98136fc50f842231cb9052c40578d54e3d75a6 (patch)
treeb8e712b3c1b5b0250f6f86c77d43c484afe1d6ab
parentbf3e03fdafc11b2cb04d39cfb2cc8f2c04175999 (diff)
downloadEssentials-ee98136fc50f842231cb9052c40578d54e3d75a6.tar
Essentials-ee98136fc50f842231cb9052c40578d54e3d75a6.tar.gz
Essentials-ee98136fc50f842231cb9052c40578d54e3d75a6.tar.lz
Essentials-ee98136fc50f842231cb9052c40578d54e3d75a6.tar.xz
Essentials-ee98136fc50f842231cb9052c40578d54e3d75a6.zip
Fix file modes, indents
-rw-r--r--[-rwxr-xr-x]Essentials/src/net/ess3/bukkit/BukkitPlugin.java0
-rw-r--r--[-rwxr-xr-x]Essentials/src/net/ess3/commands/Commandkickall.java0
-rw-r--r--[-rwxr-xr-x]Essentials/src/net/ess3/commands/Commandwhois.java0
-rw-r--r--Essentials/src/net/ess3/economy/register/methods/iCo6.java2
4 files changed, 1 insertions, 1 deletions
diff --git a/Essentials/src/net/ess3/bukkit/BukkitPlugin.java b/Essentials/src/net/ess3/bukkit/BukkitPlugin.java
index d67f49596..d67f49596 100755..100644
--- a/Essentials/src/net/ess3/bukkit/BukkitPlugin.java
+++ b/Essentials/src/net/ess3/bukkit/BukkitPlugin.java
diff --git a/Essentials/src/net/ess3/commands/Commandkickall.java b/Essentials/src/net/ess3/commands/Commandkickall.java
index 9ab294a94..9ab294a94 100755..100644
--- a/Essentials/src/net/ess3/commands/Commandkickall.java
+++ b/Essentials/src/net/ess3/commands/Commandkickall.java
diff --git a/Essentials/src/net/ess3/commands/Commandwhois.java b/Essentials/src/net/ess3/commands/Commandwhois.java
index 90d5951a1..90d5951a1 100755..100644
--- a/Essentials/src/net/ess3/commands/Commandwhois.java
+++ b/Essentials/src/net/ess3/commands/Commandwhois.java
diff --git a/Essentials/src/net/ess3/economy/register/methods/iCo6.java b/Essentials/src/net/ess3/economy/register/methods/iCo6.java
index 21349b4b9..4b2b3e641 100644
--- a/Essentials/src/net/ess3/economy/register/methods/iCo6.java
+++ b/Essentials/src/net/ess3/economy/register/methods/iCo6.java
@@ -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