mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-11 05:55:33 +00:00
Removed debug message
This commit is contained in:
parent
9b88a4a73f
commit
ba53a0927f
@ -849,7 +849,6 @@ class Player{
|
||||
unset($this->receiveQueue[$count]);
|
||||
foreach($packets as $p){
|
||||
if(isset($p["counter"])){
|
||||
console($p["counter"]);
|
||||
if($p["counter"] > $this->receiveCount){
|
||||
$this->receiveCount = $p["counter"];
|
||||
}elseif($p["counter"] !== 0){
|
||||
|
Loading…
x
Reference in New Issue
Block a user