mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
Improved memory output, logging, removed locks
This commit is contained in:
@@ -25,10 +25,6 @@
|
||||
namespace pocketmine\utils;
|
||||
use pocketmine\entity\Entity;
|
||||
|
||||
/**
|
||||
* WARNING: This class is available on the PocketMine-MP Zephir project.
|
||||
* If this class is modified, remember to modify the PHP C extension.
|
||||
*/
|
||||
class Binary{
|
||||
const BIG_ENDIAN = 0x00;
|
||||
const LITTLE_ENDIAN = 0x01;
|
||||
|
Reference in New Issue
Block a user