Fixed several issues with spawning/despawning Players/Humans, close #3345, close #3342

This commit is contained in:
Shoghi Cervantes
2015-08-05 13:40:11 +02:00
parent 09720a2d90
commit 2e0ef645fa
2 changed files with 5 additions and 11 deletions

View File

@ -25,9 +25,7 @@ use pocketmine\entity\Entity;
use pocketmine\entity\Item as ItemEntity;
use pocketmine\math\Vector3;
use pocketmine\network\protocol\AddEntityPacket;
use pocketmine\network\protocol\AddPlayerPacket;
use pocketmine\network\protocol\RemoveEntityPacket;
use pocketmine\network\protocol\RemovePlayerPacket;
class FloatingTextParticle extends Particle{
//TODO: HACK!