Disable server-side functionality in custom ASF builds

This commit is contained in:
Archi
2023-12-02 18:37:40 +01:00
parent eef66cebf3
commit 42ceb6d413
5 changed files with 56 additions and 1 deletions

View File

@@ -74,5 +74,11 @@ namespace ArchiSteamFarm.OfficialPlugins.ItemsMatcher.Localization {
return ResourceManager.GetString("ActivelyMatchingSomeConfirmationsFailed", resourceCulture);
}
}
internal static string PluginDisabledCustomBuild {
get {
return ResourceManager.GetString("PluginDisabledCustomBuild", resourceCulture);
}
}
}
}