Skip to content

Commit

Permalink
Fix double bingo hoverhint text Merge pull request #1054 from MQDuck/…
Browse files Browse the repository at this point in the history
…mqd112
  • Loading branch information
MQDuck authored Dec 12, 2024
1 parent 786024d commit 748353b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions DXRando/DeusEx/Classes/DXRTeleporterHoverHint.uc
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ function String GetHintText()
}
text = "To: "$formatMapName(teleDest);
if (addBingoText) {
text = class'DXRBingoCampaign'.static.GetBingoHoverHintText(class'DXRando'.default.dxr, text);
}

if (addBingoText) {
return class'DXRBingoCampaign'.static.GetBingoHoverHintText(class'DXRando'.default.dxr, text);
} else {
Expand Down

0 comments on commit 748353b

Please sign in to comment.