mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-01-31 14:49:35 +01:00
Too much space
This commit is contained in:
parent
b36da06fad
commit
d139146e0b
@ -6,7 +6,6 @@ public class RepairManagerFactory {
|
|||||||
return new SimpleRepairManager();
|
return new SimpleRepairManager();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public static RepairManager getRepairManager(int repairablesSize) {
|
public static RepairManager getRepairManager(int repairablesSize) {
|
||||||
// TODO: Add in loading from config what type of manager we want.
|
// TODO: Add in loading from config what type of manager we want.
|
||||||
return new SimpleRepairManager(repairablesSize);
|
return new SimpleRepairManager(repairablesSize);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user