mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 22:53:02 -04:00
fix
This commit is contained in:
parent
dadbd44aae
commit
617de5d04c
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ ${makeCodeblock(enabledPlugins.join(", "))}
|
|||
}
|
||||
|
||||
const repo = await VencordNative.updater.getRepo();
|
||||
if (repo.ok && !repo.value.includes("Vendicated/Vencord")) {
|
||||
if (repo.ok && !repo.value.includes("Vendicated/Vencord") && Vencord.Plugins.isPluginEnabled("VCSupport")) {
|
||||
return Alerts.show({
|
||||
title: "Hold on!",
|
||||
body: <div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue