Improved thread count

This commit is contained in:
Shoghi Cervantes
2015-03-17 00:47:43 +01:00
parent 2ae80031f0
commit b5b46bfd7e
2 changed files with 7 additions and 11 deletions

View File

@ -21,9 +21,10 @@
namespace pocketmine\network\rcon;
use pocketmine\Thread;
use pocketmine\utils\Binary;
class RCONInstance extends \Thread{
class RCONInstance extends Thread{
public $stop;
public $cmd;
public $response;