Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Omitting DISCONNECTD at end of entry causes tags to be lost #114

Open
henpemaz opened this issue Oct 5, 2021 · 1 comment
Open

Omitting DISCONNECTD at end of entry causes tags to be lost #114

henpemaz opened this issue Oct 5, 2021 · 1 comment

Comments

@henpemaz
Copy link
Contributor

henpemaz commented Oct 5, 2021

Omitting DISCONNECTED for the last connection(s) in a room causes the room-tags to magically disappear

Eg. room with 2 entrances, 1st used 2nd unused:
CG_HermitCave : CG_OtherGate : SCAVTRADER
The above will initially be recognized as a tag, Room CG_HermitCave tagged as: SCAVTRADER pops up in the logs, but checking later during world-load will show that the room has no tags (they're erased or the absroom is created again and tags don't get copied, not too sure on the details).
Instead, CG_HermitCave : CG_OtherGate, DISCONNECTED : SCAVTRADER loads fine and the tag is kept.

I haven't tested if the same happens with vanilla loading.

@Garrakx
Copy link
Owner

Garrakx commented Apr 7, 2022

I think this was fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants