Skip to content

Commit 84f2133

Browse files
committed
parse plater in full_entity update
1 parent 3f0e712 commit 84f2133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hslog/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ def full_entity(self, ps: ParsingState, ts, entity_id: str, card_id: str):
486486
return self._full_entity(ps, ts, int(entity_id), card_id)
487487

488488
def full_entity_update(self, ps: ParsingState, ts, entity_id: str, card_id: str):
489-
return self._full_entity(ps, ts, ps.parse_entity_id(entity_id), card_id)
489+
return self._full_entity(ps, ts, ps.parse_entity_or_player(entity_id), card_id)
490490

491491
@staticmethod
492492
def show_entity(ps: ParsingState, ts, entity, card_id):

0 commit comments

Comments
 (0)