Some of the bugs are fixed.
This commit is contained in:
@@ -123,6 +123,7 @@ public class FPlayer extends PlayerEntity implements EconomyParticipator
|
||||
// FIELD: account
|
||||
public MethodAccount getAccount()
|
||||
{
|
||||
P.p.log("Econ.shouldBeUsed() "+Econ.shouldBeUsed());
|
||||
if ( ! Econ.shouldBeUsed()) return null;
|
||||
return Econ.getMethod().getAccount(this.getId());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user