summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index c9d314fa1..bb1875cf3 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -4032,7 +4032,7 @@ void Game::handleDigging(const PointedThing &pointed, const v3s16 &nodepos,
if (m_cache_enable_particles) {
const ContentFeatures &features = client->getNodeDefManager()->get(n);
- client->getParticleManager()->addPunchingParticles(client,
+ client->getParticleManager()->addNodeParticle(client,
player, nodepos, n, features);
}
}