mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Fix typo in particle spawning
This commit is contained in:
@@ -1987,7 +1987,7 @@ void Client::ProcessData(u8 *data, u32 datasize, u16 sender_peer_id)
|
|||||||
|
|
||||||
event.spawn_particle.expirationtime = expirationtime;
|
event.spawn_particle.expirationtime = expirationtime;
|
||||||
event.spawn_particle.size = size;
|
event.spawn_particle.size = size;
|
||||||
event.add_particlespawner.collisiondetection =
|
event.spawn_particle.collisiondetection =
|
||||||
collisiondetection;
|
collisiondetection;
|
||||||
event.spawn_particle.texture = new std::string(texture);
|
event.spawn_particle.texture = new std::string(texture);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user