Network: burn some deprecated stuff

This commit is contained in:
Dylan K. Taylor
2019-01-01 20:53:33 +00:00
parent f81bbd60e8
commit 171be946c6
3 changed files with 0 additions and 61 deletions

View File

@ -121,11 +121,6 @@ class RakLibInterface implements ServerInstance, AdvancedNetworkInterface{
$this->interface->shutdown();
}
public function emergencyShutdown() : void{
$this->server->getTickSleeper()->removeNotifier($this->sleeper);
$this->interface->emergencyShutdown();
}
public function openSession(string $identifier, string $address, int $port, int $clientID) : void{
$session = new NetworkSession($this->server, $this, $address, $port);
$this->sessions[$identifier] = $session;