Skip to content

Commit

Permalink
caught typo in type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-biscuits committed Oct 10, 2023
1 parent 50bb7dc commit 7e35f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsp_tool/branches/nexon/vindictus69.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ class GameLump_SPRPv6(source.GameLump_SPRPv4): # sprp GameLump (LUMP 35) [versi
model_names: List[str]
leaves: List[int]
scales: List[StaticPropScale]
props: List[source.StaticPropv6]
props: List[source.StaticPropv5]

def __init__(self):
self.model_names = list()
Expand Down

0 comments on commit 7e35f59

Please sign in to comment.