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