MagicHarp / confluence

GNU Lesser General Public License v3.0
10 stars 5 forks source link

break speed issue #3

Closed SiverDX closed 4 months ago

SiverDX commented 4 months ago

https://github.com/MagicHarp/confluence/blob/fd584dbaafd774b5b30a7934a4ab86a6590490e6/src/main/java/org/confluence/mod/event/PlayerEvents.java#L81

should call getNewSpeed instead of getOriginalSpeed otherwise break speed changes from other mods which happen before yours will be discarded

westernat commented 4 months ago

Thanks a lot!