mirror of
https://github.com/Facepunch/sbox-public.git
synced 2025-12-23 22:48:07 -05:00
Really fix build
This commit is contained in:
@@ -159,10 +159,7 @@ public partial class Project
|
||||
if ( !project.Active ) continue;
|
||||
|
||||
// Don't put menu project in everyone's slns
|
||||
if ( Current is not null )
|
||||
{
|
||||
if ( project.Config.Ident == "menu" && Current.Config.Ident != "menu" ) continue;
|
||||
}
|
||||
if ( project.Config.Ident == "menu" && Current?.Config?.Ident != "menu" ) continue;
|
||||
|
||||
await project.GenerateProject( generator );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user