mirror of
https://github.com/AppleDash/SaneEconomy.git
synced 2024-11-29 13:36:13 +01:00
Build MobKills against the right SaneEconomy version
This commit is contained in:
parent
0ecfe71938
commit
934d92fbf9
@ -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>
|
||||||
|
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user