Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:TurningWheel/Barony.git
Browse files Browse the repository at this point in the history
  • Loading branch information
SheridanR committed Dec 13, 2024
2 parents b8ca783 + cf6925f commit 5782365
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 5782365

Please sign in to comment.