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