mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Optimized networking code & AxisAlignedBB
This commit is contained in:
@ -74,7 +74,7 @@ class Binary{
|
||||
* @return string
|
||||
*/
|
||||
public static function writeLTriad($value){
|
||||
return substr(pack("N", $value), 0, -1);
|
||||
return substr(pack("V", $value), 0, -1);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user