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
{{ message }}
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
Create() seems to run twice in bunker building phase, making things like adding attachables on Create() run once in the cursor preview, and again when the object is added, ultimately adding that attachable twice (which we do not want to happen).
EDIT: It seems that Create() runs for whatever attachables the MO has, this case was originally with a script attached to the Head of an AHuman. Running a script off the actor itself works fine. The issue still remains, however not as severe. It's also probably possible to be passed with a simple number value check.
Feel free to close this issue if you agree that the bug is very insignificant.