mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 03:51:37 +00:00
Fixed recursive call
This commit is contained in:
@@ -378,7 +378,7 @@ abstract class BaseInventory implements Inventory{
|
||||
}
|
||||
|
||||
public function setMaxStackSize($size){
|
||||
$this->setMaxStackSize($size);
|
||||
$this->maxStackSize = (int) $size;
|
||||
}
|
||||
|
||||
public function open(Player $who){
|
||||
|
Reference in New Issue
Block a user