mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-15 02:09:42 +00:00
fix FloatingTextParticle
This commit is contained in:
parent
5baf59ca56
commit
4ba3a3af3d
@ -66,7 +66,7 @@ class FloatingTextParticle extends Particle{
|
|||||||
$p = [];
|
$p = [];
|
||||||
|
|
||||||
if($this->entityId === null){
|
if($this->entityId === null){
|
||||||
$this->entityId = bcadd("1095216660480", mt_rand(0, 0x7fffffff)); //No conflict with other things
|
$this->entityId = (int) bcadd("1095216660480", mt_rand(0, 0x7fffffff)); //No conflict with other things
|
||||||
}else{
|
}else{
|
||||||
$pk0 = new RemoveEntityPacket();
|
$pk0 = new RemoveEntityPacket();
|
||||||
$pk0->eid = $this->entityId;
|
$pk0->eid = $this->entityId;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user