Added todo for reward type we dont currently handle

This commit is contained in:
Chomp
2025-06-02 11:59:21 +01:00
parent 8ae5aaa0ee
commit 54fe3cf7c5
@@ -121,6 +121,10 @@ public class RewardHelper(
case RewardType.CustomizationDirect:
_profileHelper.AddHideoutCustomisationUnlock(fullProfile, reward, source);
break;
case RewardType.NotificationPopup:
// TODO: Wire up to notification system
_logger.Error("Unhandled: RewardType.NotificationPopup");
break;
default:
_logger.Error(
_localisationService.GetText(