mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 15:13: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();
|
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({
|
return Alerts.show({
|
||||||
title: "Hold on!",
|
title: "Hold on!",
|
||||||
body: <div>
|
body: <div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue