mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 20:28:31 +00:00
Fixed Utils endianness
This commit is contained in:
parent
5109566c9f
commit
da4bc302c4
@ -625,4 +625,4 @@ class Utils{
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
define('\ENDIANNESS', (pack("d", 1) === "\77\360\0\0\0\0\0\0" ? Utils::BIG_ENDIAN : Utils::LITTLE_ENDIAN));
|
define('Utils\ENDIANNESS', (pack("d", 1) === "\77\360\0\0\0\0\0\0" ? Utils::BIG_ENDIAN : Utils::LITTLE_ENDIAN));
|
Loading…
x
Reference in New Issue
Block a user