mirror of
https://github.com/AppleDash/SaneEconomy.git
synced 2024-11-26 03:55:46 +01:00
Build MobKills against the right SaneEconomy version
This commit is contained in:
parent
0ecfe71938
commit
934d92fbf9
@ -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>
|
||||
|
||||
|
@ -38,7 +38,6 @@ public class SaneEconomyMobKills extends JavaPlugin {
|
||||
|
||||
for (String entityTypeName : amountsConfig.getKeys(false)) {
|
||||
double value = amountsConfig.getDouble(entityTypeName);
|
||||
|
||||
killAmounts.put(entityTypeName, value);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user