Skip to content

Commit

Permalink
Update module.py
Browse files Browse the repository at this point in the history
  • Loading branch information
th3w1zard1 committed Jul 5, 2024
1 parent 404b8e8 commit d9a5e25
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ def walkmeshPoint(
- Returns a Vector3 with the input x,y coords and either the face z height or default z if no face.
"""
face: BWMFace | None = None
assert self._module is not None
for module_resource in self._module.resources.values():
if module_resource.restype() is not ResourceType.WOK:
continue
Expand Down

0 comments on commit d9a5e25

Please sign in to comment.