Added Call#setItem

This commit is contained in:
Anuken
2020-11-26 16:49:01 -05:00
parent 20637fa358
commit 6b3919e8f7
3 changed files with 12 additions and 4 deletions
@@ -435,7 +435,7 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
}
/** Handle a stack input. */
public void handleStack(Item item, int amount, Teamc source){
public void handleStack(Item item, int amount, @Nullable Teamc source){
noSleep();
items.add(item, amount);
}