We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8cb84 commit 5e61f64Copy full SHA for 5e61f64
src/network/serverpackethandler.cpp
@@ -1093,7 +1093,7 @@ void Server::handleCommand_Interact(NetworkPacket* pkt)
1093
client->SetBlockNotSent(blockpos);
1094
}
1095
// Placement -> above
1096
- if (action == 3) {
+ else if (action == 3) {
1097
v3s16 blockpos = getNodeBlockPos(floatToInt(pointed_pos_above, BS));
1098
1099
0 commit comments