yrsegal / NaturalPledge

The successor to Botanical Addons.
6 stars 6 forks source link

Network lag #26

Closed LemADEC closed 7 years ago

LemADEC commented 7 years ago

As seen here: https://github.com/yrsegal/NaturalPledge/blob/master/src/main/java/shadowfox/botanicaladdons/common/items/travel/stones/ItemWaystone.kt#L61 Mod is sending network packets to all player every tick with all the waystone. Consider sending those packets only every few seconds instead.

yrsegal commented 7 years ago

The game already sends tons of packets per tick. Why is this one changing anything?

If you can prove to me this is actually causing network lag, i'll consider it. Until then, this remains closed.

LemADEC commented 7 years ago

You really think I found that issue by chance?