mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 06:25:32 +00:00
Boat: fixed max stack size to match vanilla (#5018)
This commit is contained in:
parent
593a4b65ea
commit
69418084bc
@ -42,5 +42,9 @@ class Boat extends Item{
|
|||||||
return 1200; //400 in PC
|
return 1200; //400 in PC
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getMaxStackSize() : int{
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
//TODO
|
//TODO
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user