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

View File

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