RakLibInterface: remove unused variable

This commit is contained in:
Dylan K. Taylor 2019-06-04 14:00:01 +01:00
parent f5b149a022
commit 0ae3c734ea

View File

@ -152,7 +152,6 @@ class RakLibInterface implements ServerInstance, AdvancedNetworkInterface{
//get this now for blocking in case the player was closed before the exception was raised //get this now for blocking in case the player was closed before the exception was raised
$session = $this->sessions[$sessionId]; $session = $this->sessions[$sessionId];
$address = $session->getIp(); $address = $session->getIp();
$port = $session->getPort();
$buf = substr($packet->buffer, 1); $buf = substr($packet->buffer, 1);
try{ try{
$session->handleEncoded($buf); $session->handleEncoded($buf);