File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 11using FrooxEngine . ProtoFlux ;
22using FrooxEngine . ProtoFlux . Runtimes . Execution . Nodes . Strings . Characters ;
33using HarmonyLib ;
4- using MonkeyLoader . Resonite ;
54using System ;
65using System . Collections . Generic ;
76using 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
You can’t perform that action at this time.
0 commit comments