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 11d041d commit abc3cd6Copy full SHA for abc3cd6
ComputerInterface/CustomComputer.cs
@@ -101,7 +101,6 @@ internal async void Construct(
101
102
QueueManager.Queues = queues;
103
QueueManager.Init();
104
- transform.gameObject.AddComponent<MasterServerHandler>();
105
106
Debug.Log("Initialized Computer");
107
}
ComputerInterface/MasterServerHandler.cs
ComputerInterface/PluginInfo.cs
@@ -4,6 +4,6 @@ public static class PluginInfo
4
{
5
public const string Name = "Computer Interface";
6
public const string Id = "tonimacaroni.computerinterface";
7
- public const string Version = "1.4.13";
+ public const string Version = "1.4.14";
8
9
0 commit comments