Updated to new pthreads version, updated RakLib

This commit is contained in:
Shoghi Cervantes
2015-09-27 13:37:27 +02:00
parent 0bcf639a98
commit ddc140af5e
10 changed files with 33 additions and 26 deletions

View File

@ -1970,7 +1970,7 @@ class Server{
$this->getLogger()->debug("Closing console");
$this->console->shutdown();
$this->console->kill();
$this->console->notify();
$this->getLogger()->debug("Stopping network interfaces");
foreach($this->network->getInterfaces() as $interface){