Added todo for reward type we dont currently handle
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user