Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-biscuits committed Jul 8, 2023
1 parent 9df0564 commit 27787af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsp_tool/branches/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def from_bytes(cls, raw_lump: bytes):
if key not in ent:
ent[key] = value
else: # don't override duplicate keys, share a list instead
# generally duplicate keys are ouputs
# generally duplicate keys are outputs (e.g. OnMapSpawn)
if isinstance(ent[key], list): # more than 2 of this key
ent[key].append(value)
else: # second occurance of key
Expand Down

0 comments on commit 27787af

Please sign in to comment.