Removed debug message

This commit is contained in:
Shoghi Cervantes 2013-06-09 06:00:36 +02:00
parent 9b88a4a73f
commit ba53a0927f

View File

@ -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){