mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 17:59:41 +00:00
fix FloatingTextParticle
This commit is contained in:
parent
5baf59ca56
commit
4ba3a3af3d
@ -66,7 +66,7 @@ class FloatingTextParticle extends Particle{
|
||||
$p = [];
|
||||
|
||||
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{
|
||||
$pk0 = new RemoveEntityPacket();
|
||||
$pk0->eid = $this->entityId;
|
||||
|
Loading…
x
Reference in New Issue
Block a user