aboutsummaryrefslogtreecommitdiff
path: root/src/client/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/game.cpp')
-rw-r--r--src/client/game.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/game.cpp b/src/client/game.cpp
index 8bb9d1d81..b366ac0a3 100644
--- a/src/client/game.cpp
+++ b/src/client/game.cpp
@@ -2511,7 +2511,6 @@ void Game::handleKillaura(v3f origin, f32 max_d)
continue;
PointedThing pointed(id, v3f(0,0,0), v3s16(0,0,0), 0);
client->interact(INTERACT_START_DIGGING, pointed);
- break;
}
}