mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Possible solution for #317 [gh#317]
This commit is contained in:
@@ -326,7 +326,6 @@ class Player{
|
||||
public function getSlot($slot){
|
||||
$slot = $this->inventory[(int) $slot];
|
||||
return BlockAPI::getItem($slot[0], $slot[1], $slot[2]);
|
||||
return true;
|
||||
}
|
||||
|
||||
public function sendInventorySlot($s){
|
||||
|
Reference in New Issue
Block a user