You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originates from #6093. The new ZXA0003 unit seems to cause a bug with adjacency since adjacency expects a Unit.EntityId but DummyUnit does not assign self.EntityId.
The line numbers below are modified to include my warning code of which adjacent unit doesn't have the entity ID, the correct line is 787 instead of 790.
warning: adjacent unit does not have self.EntityId: zxa0003
warning: Error running OnAdjacentTo script in Entity ueb0302 at 1b9ffe08: ...\documents\github\fa\lua\sim\units\structureunit.lua(790): table index is nil
stack traceback:
...\documents\github\fa\lua\sim\units\structureunit.lua(790): in function <...\documents\github\fa\lua\sim\units\structureunit.lua:776>
Reproduce the bug
Replay 23216422
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the Bug
Originates from #6093. The new
ZXA0003
unit seems to cause a bug with adjacency since adjacency expects aUnit.EntityId
butDummyUnit
does not assignself.EntityId
.The line numbers below are modified to include my warning code of which adjacent unit doesn't have the entity ID, the correct line is 787 instead of 790.
Reproduce the bug
Replay 23216422
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: