1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-14 10:34:41 +02:00
This commit is contained in:
Chris Ward
2013-12-01 16:58:28 +11:00
parent 03e9a0d290
commit 74dcb8e47a

View File

@@ -590,7 +590,7 @@ public class User extends UserBase implements IUser
@Override
public boolean canAfford(double amount, boolean b)
{
return true;
return true; //TODO eco.loan permission check
}
private long teleportInvulnerabilityTimestamp = 0;