Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit 101a0f2

Browse files
committed
Removed VRC+ requirement for avatar favorites.
1 parent 63e7fcf commit 101a0f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ReModCE/Components/AvatarFavoritesComponent.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,9 @@ private void OnAvatarInstantiated(string url, GameObject avatar, AvatarPerforman
544544

545545
private void FavoriteAvatar(ApiAvatar apiAvatar)
546546
{
547+
const bool riotMode = true;
547548
var isSupporter = APIUser.CurrentUser.isSupporter;
548-
if (!isSupporter)
549+
if (!riotMode && !isSupporter)
549550
{
550551
VRCUiPopupManager.prop_VRCUiPopupManager_0.ShowAlert("ReMod CE", "You need VRC+ to use this feature.\nWe're not trying to destroy VRChat's monetization.");
551552
return;

0 commit comments

Comments
 (0)