mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
Remove Predicate for NoNitroUpsell
I forgot it logs it when its off
This commit is contained in:
parent
e59763c9d2
commit
1e369724fb
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
|
||||
import { definePluginSettings, Settings } from "@api/Settings";
|
||||
import { definePluginSettings } from "@api/Settings";
|
||||
import { Devs } from "@utils/constants";
|
||||
import definePlugin, { OptionType } from "@utils/types";
|
||||
|
||||
|
@ -105,7 +105,6 @@ export default definePlugin({
|
|||
},
|
||||
{
|
||||
find: "ProductCatalog",
|
||||
predicate: () => Settings.plugins.NoNitroUpsell.enabled,
|
||||
replacement: {
|
||||
match: /\i\.warn\("Cannot find the corresponding SKU to the user's premium type "\.concat\(\i\.premiumType\)\),/,
|
||||
replace: ""
|
||||
|
|
Loading…
Reference in a new issue