Fixed some formatting issues in Player

This commit is contained in:
Dylan K. Taylor 2017-06-04 18:32:45 +01:00
parent 6686bd4442
commit d4bb078566

View File

@ -2428,7 +2428,8 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
case InteractPacket::ACTION_MOUSEOVER:
break; //TODO: handle these
default:
$this->server->getLogger()->debug("Unhandled/unknown interaction type " . $packet->action . "received from ". $this->getName());
$this->server->getLogger()->debug("Unhandled/unknown interaction type " . $packet->action . "received from " . $this->getName());
return false;
}