Build MobKills against the right SaneEconomy version

This commit is contained in:
AppleDash 2016-12-30 21:12:32 -05:00
parent 0ecfe71938
commit 934d92fbf9
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>SaneEconomy</artifactId>
<groupId>org.appledash</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -16,7 +16,7 @@
<dependency>
<groupId>org.appledash</groupId>
<artifactId>SaneEconomyCore</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</version>
</dependency>
</dependencies>

View File

@ -38,7 +38,6 @@ public class SaneEconomyMobKills extends JavaPlugin {
for (String entityTypeName : amountsConfig.getKeys(false)) {
double value = amountsConfig.getDouble(entityTypeName);
killAmounts.put(entityTypeName, value);
}