1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-25 21:59:08 +02:00

Adding option to log all eco api transactions.

This commit is contained in:
KHobbits
2012-02-27 15:31:43 +00:00
parent ca1770fddc
commit 149b4855a6
4 changed files with 12 additions and 2 deletions

View File

@@ -559,6 +559,12 @@ public class Settings implements ISettings
{
return config.getBoolean("economy-log-enabled", false);
}
@Override
public boolean isEcoLogUpdateEnabled()
{
return config.getBoolean("economy-log-update-enabled", false);
}
@Override
public boolean removeGodOnDisconnect()