Fixed double projectile spawning.
Two spawn packets were sent per projectile.
This commit is contained in:
parent
d43c5a9c47
commit
22794e7208
@ -2993,7 +2993,6 @@ int cWorld::CreateProjectile(double a_PosX, double a_PosY, double a_PosZ, cProje
|
||||
delete Projectile;
|
||||
return -1;
|
||||
}
|
||||
BroadcastSpawnEntity(*Projectile);
|
||||
return Projectile->GetUniqueID();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user