We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112a6ad commit fd1c1a7Copy full SHA for fd1c1a7
1 file changed
src/client/client.cpp
@@ -1275,9 +1275,8 @@ void Client::sendPlayerPos()
1275
// Save bandwidth by only updating position when
1276
// player is not dead and something changed
1277
1278
- // FIXME: This part causes breakages in mods like 3d_armor, and has been commented for now
1279
- // if (m_activeobjects_received && player->isDead())
1280
- // return;
+ if (m_activeobjects_received && player->isDead())
+ return;
1281
1282
if (
1283
player->last_position == player->getPosition() &&
0 commit comments