[SPIGOT-2963] Endless loop in CraftHumanEntity#openMerchant Created: 26/Dec/16 Updated: 26/Dec/16 Resolved: 26/Dec/16 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Chase King | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | Craftbukkit, bug, entity | ||
Environment: |
spigot-1.11.2.jar:git-Spigot-7d78b81-0fb3f8b, according to this post. |
Description |
According to this post, calling openMerchant(Villager, Boolean) resulted in an endless loop. It was solved by calling openMerchant(Merchant, Boolean). |