Skip to content

Commit cfd2cc2

Browse files
committed
chore: cleanup
1 parent ad89d84 commit cfd2cc2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Ecsact.uplugin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"CanContainContent": true,
1414
"IsBetaVersion": true,
1515
"IsExperimentalVersion": false,
16-
"Installed": true,
16+
"Installed": false,
1717
"EngineVersion": "5.5.0",
1818
"EnabledByDefault": false,
1919
"ExcludeDirectories": [
@@ -36,4 +36,4 @@
3636
"LoadingPhase": "None"
3737
}
3838
]
39-
}
39+
}

Source/Ecsact/Ecsact.Build.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
using System.Collections.Generic;
66
using EpicGames.Core;
77

8-
[Serializable]
9-
public class EcsactSdkNotFound : Exception {
8+
class EcsactSdkNotFound : Exception {
109
public EcsactSdkNotFound(Exception inner)
1110
: base(
1211
"Ecsact CLI not found in PATH. Please make sure you have the Ecsact " +

0 commit comments

Comments
 (0)