[SPIGOT-5798] Fix MC-149563 (Entity AI has no dimension sanity checks) Created: 23/Jun/20 Updated: 23/Jun/20 Resolved: 23/Jun/20 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Joni | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | entity, world |
Version: | git-Spigot-a99063f-8ea9b13 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT) |
Guidelines Read: | Yes |
Description |
Entity AI is missing dimension sanity checks and can lead to player being killed when the attacking entity is in another dimension. This is more critical issue on custom server software running multiple custom worlds which can have similar terrain and exists in the normal coordinate space where in the vanilla its unlikely this causes many problems. For more details: https://bugs.mojang.com/browse/MC-149563 |
Comments |
Comment by md_5 [ 23/Jun/20 ] |
There's a slight lag time so you can still be damaged instantly through the portal, but I've fixed it so the zombies will stop tracking you across dimensions |
Comment by md_5 [ 23/Jun/20 ] |
Possibly related: SPIGOT-5675 |