Build against newer SaneLib

This commit is contained in:
AppleDash 2017-07-07 00:03:44 -04:00
parent 684abf3488
commit 96b5de947a
2 changed files with 1 additions and 2 deletions

View File

@ -66,7 +66,6 @@ public class SaneEconomy extends SanePlugin implements ISaneEconomy {
getServer().getScheduler().runTaskTimerAsynchronously(this, () -> {
economyManager.getBackend().reloadTopPlayerBalances();
}, 0, (20 * 300) /* Update baltop every 5 minutes */);
this.getI18n().loadTranslations();
}
@Override

View File

@ -46,7 +46,7 @@
<dependency>
<groupId>org.appledash</groupId>
<artifactId>sanelib</artifactId>
<version>0.2.6-SNAPSHOT</version>
<version>0.3.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>