Testing things ;)

This commit is contained in:
Shoghi Cervantes 2014-04-06 20:09:53 +02:00
parent 4098252ec7
commit 0000000bab
2 changed files with 5 additions and 1 deletions

View File

@ -39,6 +39,10 @@ class ThreadedHandler extends \Thread{
protected $server;
protected $port;
protected $serverip;
protected $recvIn;
protected $recvOut;
protected $sendIn;
public $path;
function __construct($server, $port = 19132, $serverip = "0.0.0.0"){

View File

@ -823,4 +823,4 @@ class Utils{
}
define("pocketmine\\utils\\ENDIANNESS", (pack("d", 1) === "\77\360\0\0\0\0\0\0" ? Utils::BIG_ENDIAN : Utils::LITTLE_ENDIAN));
@define("pocketmine\\utils\\ENDIANNESS", (pack("d", 1) === "\77\360\0\0\0\0\0\0" ? Utils::BIG_ENDIAN : Utils::LITTLE_ENDIAN));