Skip to content
Success

Changes

Summary

  1. Fix entity id remapping (commit: cfda905) (details)
Commit cfda905d98d8dd92feeb9bb86cebdf67a3cfb96e by Thinkofdeath (Thinkofdeath)
Fix entity id remapping

The old system only worked in ints and 1.7 changed some to varints. Since the length of the varint is variable more work is needed to remap ids
(commit: cfda905)
The file was modifiedproxy/src/main/java/net/md_5/bungee/connection/DownstreamBridge.java (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/EntityMap.java (diff)