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

Fix missing self to access linedefs instance variable #43

Merged
merged 1 commit into from
May 23, 2023

Conversation

strategineer
Copy link
Contributor

Fixes the following error

  File ".....\omg\mapedit.py", line 352, in to_lumps
    m["LINEDEFS"] = Lump(join([x.pack() for x in linedefs     ]))
NameError: name 'linedefs' is not defined. Did you mean: 'Linedef'?

@devinacker
Copy link
Owner

Argh, somehow I missed that in the process of putting together 6ec0e2b a while ago. Thanks.

@devinacker devinacker merged commit 726fb97 into devinacker:master May 23, 2023
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

Successfully merging this pull request may close these issues.

2 participants