bravoserver / bravo

UNMAINTAINED: Reverse-engineered Minecraft stuff. Worked with 1.4.x protocol
http://bravoserver.org/
Other
206 stars 45 forks source link

Need synchronisation #267

Closed alucas closed 13 years ago

alucas commented 13 years ago

The digging process can take several seconds (so bad :x).

When the latency is too high the client think the packet was lost, so he rebuilt the block. In this case we can re-dig the blocks and therefore, with the "give" plugin, we got 2 drop.

alucas commented 13 years ago

Note: the latency is just a digging policy imperfection (don't take care about tools), sorry.

MostAwesomeDude commented 13 years ago

Yeah, the big thing here is not letting the client double-dig blocks. That's important.

MostAwesomeDude commented 13 years ago

Closing as addressed by the dig policy work.