Skip to content

Commit cf6925f

Browse files
Merge pull request #871 from WALLOFJUSTICE/dev23-q4
* fix self display assist tooltip
2 parents ce0579f + 6a1def8 commit cf6925f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/GameUI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6469,7 +6469,7 @@ bool StatusEffectQueue_t::doStatusEffectTooltip(StatusEffectQueueEntry_t& entry,
64696469
char buf[128];
64706470
memset(buf, 0, sizeof(buf));
64716471

6472-
if ( multiplayer == SINGLE )
6472+
if ( true/*multiplayer == SINGLE*/ )
64736473
{
64746474
snprintf(buf, sizeof(buf), definition.getDesc(1).c_str(), stats[player]->MISC_FLAGS[STAT_FLAG_ASSISTANCE_PLAYER_PTS]);
64756475
if ( descStr != "" ) { descStr += '\n'; }

0 commit comments

Comments
 (0)