mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-13 22:59:02 +00:00
Should fix server crash problem when harvesting biomass
This commit is contained in:
@@ -31,7 +31,7 @@ public class CubotInventory extends CubotHardwareModule {
|
||||
super(cubot);
|
||||
|
||||
inventory = new HashMap<>();
|
||||
inventory.put(2, new ItemCopper(new Document()));
|
||||
inventory.put(2, new ItemCopper(new Document())); // TODO: Remove debug value
|
||||
}
|
||||
|
||||
public CubotInventory(Document document, ControllableUnit cubot) {
|
||||
|
||||
Reference in New Issue
Block a user