mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 17:29:44 +00:00
RakLibInterface: remove unused variable
This commit is contained in:
parent
f5b149a022
commit
0ae3c734ea
@ -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
|
||||
$session = $this->sessions[$sessionId];
|
||||
$address = $session->getIp();
|
||||
$port = $session->getPort();
|
||||
$buf = substr($packet->buffer, 1);
|
||||
try{
|
||||
$session->handleEncoded($buf);
|
||||
|
Loading…
x
Reference in New Issue
Block a user