Esse commit está contido em:
Ad5001 2016-05-31 19:56:40 +02:00
commit 1db1810c7d
2 arquivos alterados com 1 adições e 2 exclusões

Ver arquivo

@ -1,7 +1,7 @@
---
name: Online
author: Ad5001
version: 1.0
version: 1.1
api: [2.0.0]
main: Ad5001\Online\Main
commands: []

Ver arquivo

@ -29,7 +29,6 @@ use pocketmine\math\Vector3;
$this->isRunning = false;
}
public function onRun() {
socket_listen($this->sock);
$sock = $this->sock;
$client = socket_accept($sock);
$input = socket_read($client, 1024);