Skip to content
This repository has been archived by the owner on Nov 28, 2021. It is now read-only.

Commit

Permalink
Take two at block update broadcasting
Browse files Browse the repository at this point in the history
  • Loading branch information
danopia committed Mar 20, 2011
1 parent e75348f commit c319b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/lazyworld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void LazyWorld::DestroyBlock(PositionedBlock *block) {
// TODO
//context->socket->SendBlock(0, chunkIndex, blockIndex);
sf::Packet Packet;
Packet << (sf::Uint8) 0 << chunk << pos;
Packet << (sf::Uint8) 9 << (sf::Uint8) 0 << chunk << pos;
Socket.Send(Packet);
}

Expand Down

0 comments on commit c319b55

Please sign in to comment.