Open ItsZodiaX opened 2 years ago
This is caused by floating-point errors. It appears the tolerance for these during collision checking is too small.
Sample data:
Player:
array(1) {
[0]=>
object(pocketmine\math\AxisAlignedBB)#29534 (6) {
["minX"]=>
float(9653.4002)
["minY"]=>
float(64)
["minZ"]=>
float(460.7251)
["maxX"]=>
float(9654.000199999999)
["maxY"]=>
float(65.8)
["maxZ"]=>
float(461.3251)
}
}
Block:
object(pocketmine\math\AxisAlignedBB)#126980 (6) {
["minX"]=>
float(9654)
["minY"]=>
float(64)
["minZ"]=>
float(461)
["maxX"]=>
float(9655)
["maxY"]=>
float(65)
["maxZ"]=>
float(462)
}
Can we do anything about this error?
Issue description
Steps to reproduce the issue
OS and versions
Plugins
Plugins (1): MultiWorld v1.7.0-beta2
Crashdump, backtrace or other files
https://cdn.discordapp.com/attachments/878545340058468412/966010061455495248/2022-04-19_23-15-25_Trim.mp4 https://cdn.discordapp.com/attachments/878545340058468412/966012951163207730/2022-04-19_23-29-28_Trim.mp4