We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38336ec commit 58f5233Copy full SHA for 58f5233
Runtime/PatchManager.cs
@@ -30,6 +30,7 @@ public void Awake()
30
ModuleManager.Register(typeof(PartsModule));
31
ModuleManager.Register(typeof(ResourcesModule));
32
ModuleManager.Register(typeof(ScienceModule));
33
+ ModuleManager.Register(typeof(PlanetsModule));
34
Logging.Initialize(SWLogger);
35
foreach (var module in ModuleManager.Modules)
36
{
0 commit comments