Skip to content

Commit abc3cd6

Browse files
authored
Fix MOTD bug (#56)
* Stop calling dead endpoint * Bump version
1 parent 11d041d commit abc3cd6

File tree

3 files changed

+1
-45
lines changed

3 files changed

+1
-45
lines changed

ComputerInterface/CustomComputer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ internal async void Construct(
101101

102102
QueueManager.Queues = queues;
103103
QueueManager.Init();
104-
transform.gameObject.AddComponent<MasterServerHandler>();
105104

106105
Debug.Log("Initialized Computer");
107106
}

ComputerInterface/MasterServerHandler.cs

Lines changed: 0 additions & 43 deletions
This file was deleted.

ComputerInterface/PluginInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ public static class PluginInfo
44
{
55
public const string Name = "Computer Interface";
66
public const string Id = "tonimacaroni.computerinterface";
7-
public const string Version = "1.4.13";
7+
public const string Version = "1.4.14";
88
}
99
}

0 commit comments

Comments
 (0)