WebPanelBridge 0.2.0: leave out admins hidden with CS2-SimpleAdmin's css_hide

This commit is contained in:
Astra 2026-09-27 18:10:22 +01:00
parent d02c8454df
commit b68113733e
4 changed files with 30 additions and 5 deletions

View file

@ -13,5 +13,10 @@
<ExcludeAssets>runtime</ExcludeAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<!-- Compile-time only: CS2-SimpleAdmin installs it in shared/, copied from the server's copy -->
<Reference Include="CS2-SimpleAdminApi">
<HintPath>lib/CS2-SimpleAdminApi.dll</HintPath>
<Private>false</Private>
</Reference>
</ItemGroup>
</Project>