Merge branch 'master' of github.com:MassiveCraft/Factions

This commit is contained in:
Olof Larsson
2011-11-24 16:27:23 +01:00
9 changed files with 14 additions and 10 deletions

View File

@@ -92,7 +92,7 @@ public class Faction extends Entity implements EconomyParticipator
if ( ! Econ.getMethod().createAccount(aid))
{
P.p.log(Level.SEVERE, "Error creating faction bank account through Register: "+aid);
return null;
// return null;
}
MethodAccount acc = Econ.getMethod().getAccount(aid);
acc.set(0);