mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
Added 4 RCON threads
This commit is contained in:
@@ -30,7 +30,7 @@ the Free Software Foundation, either version 3 of the License, or
|
||||
class RCON{
|
||||
private $socket, $password, $workers, $threads;
|
||||
|
||||
public function __construct($password, $port = 19132, $threads = 1){
|
||||
public function __construct($password, $port = 19132, $threads = 4){
|
||||
$this->workers = array();
|
||||
$this->password = (string) $password;
|
||||
console("[INFO] Starting remote control listener");
|
||||
|
Reference in New Issue
Block a user