CraftingGrid: Remove redundant overrides

the network session knows not to send this stuff because it's not associated with any window ID.
This commit is contained in:
Dylan K. Taylor 2019-05-20 15:15:20 +01:00
parent bca0833035
commit d9bc48bb01

View File

@ -71,14 +71,6 @@ class CraftingGrid extends BaseInventory{
return false;
}
public function sendSlot(int $index, $target) : void{
//we can't send a slot of a client-sided inventory window
}
public function sendContents($target) : void{
//no way to do this
}
/**
* @return Player
*/