mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-13 00:01:37 -07:00
CogEngine: Add Levels window to load a specific level
CogSample: fix server target not excluding cog
This commit is contained in:
@@ -22,7 +22,7 @@ public class CogSample : ModuleRules
|
||||
"Niagara",
|
||||
});
|
||||
|
||||
if (Target.Configuration != UnrealTargetConfiguration.Shipping)
|
||||
if (Target.Configuration != UnrealTargetConfiguration.Shipping && Target.Type != TargetRules.TargetType.Server)
|
||||
{
|
||||
PublicDependencyModuleNames.AddRange(new string[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user