mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-09 07:20:15 +00:00
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:
parent
bca0833035
commit
d9bc48bb01
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user