From 748353bcafbe3b432eea7f9ab46efd9732b03f1f Mon Sep 17 00:00:00 2001 From: Jeffrey Thomas Piercy Date: Wed, 11 Dec 2024 19:39:13 -0800 Subject: [PATCH] Fix double bingo hoverhint text Merge pull request #1054 from MQDuck/mqd112 --- DXRando/DeusEx/Classes/DXRTeleporterHoverHint.uc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/DXRando/DeusEx/Classes/DXRTeleporterHoverHint.uc b/DXRando/DeusEx/Classes/DXRTeleporterHoverHint.uc index 1967d7d10..d7ddd604d 100644 --- a/DXRando/DeusEx/Classes/DXRTeleporterHoverHint.uc +++ b/DXRando/DeusEx/Classes/DXRTeleporterHoverHint.uc @@ -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 {