Skip to content

Commit f1f419c

Browse files
committed
fix: doubled component
1 parent f82aa48 commit f1f419c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

JotunnLib/DebugUtils/ZNetDiddelybug.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ private void Awake()
1212
{
1313
_isModEnabled = Main.Instance.Config.Bind<bool>(nameof(ZNetDiddelybug), "RPC Debug", false, "Globally enable or disable RPC debugging.");
1414

15-
Main.RootObject.AddComponent<ZoneCounter>();
16-
Main.RootObject.AddComponent<Eraser>();
17-
1815
On.ZNet.Awake += ZNet_Awake;
1916
On.ZSteamSocket.Send += ZSteamSocket_Send;
2017
}

0 commit comments

Comments
 (0)