aboutsummaryrefslogtreecommitdiff
path: root/src/client/game.cpp
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-07-26 15:35:02 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-07-26 15:35:02 +0200
commit344fddc1727f637b3c4e2a9b88844d952b91fe4f (patch)
treeaa17da8993a2d0245f12725623f7bb49b5a0f33e /src/client/game.cpp
parent678559bb63ac0b0c0ae412d86c695844a63be1cb (diff)
downloaddragonfireclient-344fddc1727f637b3c4e2a9b88844d952b91fe4f.tar.xz
Improved Killaura and Chat position
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;
}
}