mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
Blocks now save their bounding box, fixed entity block collision check
This commit is contained in:
@@ -38,7 +38,7 @@ abstract class DataPacket extends \stdClass{
|
||||
}
|
||||
|
||||
public static function cleanPool(){
|
||||
if(static::$next > 4096){
|
||||
if(static::$next > 16384){
|
||||
static::$pool = [];
|
||||
}
|
||||
static::$next = 0;
|
||||
|
Reference in New Issue
Block a user