mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 03:04:44 +02:00
Second Smelt makes use of its own section in Bonus Drops in config.yml
Co-authored-by: t00thpick1 <t00thpick1dirko@gmail.com>
This commit is contained in:
@ -15,7 +15,7 @@ public class SimpleSalvageableManager implements SalvageableManager {
|
||||
}
|
||||
|
||||
public SimpleSalvageableManager(int salvageablesSize) {
|
||||
this.salvageables = new HashMap<Material, Salvageable>(salvageablesSize);
|
||||
this.salvageables = new HashMap<>(salvageablesSize);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user