Skip to content

Commit

Permalink
* fix self display assist tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
WALL OF JUSTICE committed Dec 12, 2024
1 parent 79ce097 commit 6a1def8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/GameUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6469,7 +6469,7 @@ bool StatusEffectQueue_t::doStatusEffectTooltip(StatusEffectQueueEntry_t& entry,
char buf[128];
memset(buf, 0, sizeof(buf));

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

0 comments on commit 6a1def8

Please sign in to comment.