Skip to content

Commit bbac00e

Browse files
committed
Make bugfixmonkey
1 parent 64641ec commit bbac00e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CommunityBugFixCollection/ConstantNodeNameAdjustments.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using FrooxEngine.ProtoFlux;
22
using FrooxEngine.ProtoFlux.Runtimes.Execution.Nodes.Strings.Characters;
33
using HarmonyLib;
4-
using MonkeyLoader.Resonite;
54
using System;
65
using System.Collections.Generic;
76
using System.Text;
@@ -10,12 +9,10 @@ namespace CommunityBugFixCollection
109
{
1110
[HarmonyPatchCategory(nameof(ConstantNodeNameAdjustments))]
1211
[HarmonyPatch(nameof(ProtoFluxNode.NodeName), MethodType.Getter)]
13-
internal sealed class ConstantNodeNameAdjustments : ResoniteMonkey<ConstantNodeNameAdjustments>
12+
internal sealed class ConstantNodeNameAdjustments : ResoniteBugFixMonkey<ConstantNodeNameAdjustments>
1413
{
1514
public override IEnumerable<string> Authors => Contributors.Banane9;
1615

17-
public override bool CanBeDisabled => true;
18-
1916
// Legacy Fix, so off by default
2017
protected override bool OnComputeDefaultEnabledState() => false;
2118

0 commit comments

Comments
 (0)