redeclipse / base

Base environment for Red Eclipse and associated source files.
https://redeclipse.net/
435 stars 89 forks source link

[BUGBOT][Game logic] Entity Linking Issues in Map Editor #1485

Open discord-bugcrawler[bot] opened 6 months ago

discord-bugcrawler[bot] commented 6 months ago

[BUGBOT][Game logic] Entity Linking Issues in Map Editor

Description

Entity links are not properly removed when entities are deleted. This results in broken auto-linking when new entities are added, as they inherit links from previously deleted entities, leading to a scenario where part of the link remains, pointing to an invalid index.

Workarounds

Manual unlinking was attempted but failed. The developer had to revert to a backup version of the map.

Information