File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/main/java/gregtech/mixins/mui2 Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 44import com .cleanroommc .modularui .drawable .text .LangKey ;
55import com .llamalad7 .mixinextras .injector .ModifyExpressionValue ;
66import org .jetbrains .annotations .NotNull ;
7- import org .spongepowered .asm .mixin .Debug ;
87import org .spongepowered .asm .mixin .Mixin ;
98import org .spongepowered .asm .mixin .Shadow ;
109import org .spongepowered .asm .mixin .injection .At ;
@@ -36,7 +35,6 @@ public String switchNewLines(String original) {
3635 return original .replace ("/n" , "\n " );
3736 }
3837
39- @ Debug (export = true )
4038 @ Inject (method = "<init>(Ljava/util/function/Supplier;Ljava/util/function/Supplier;)V" ,
4139 at = @ At (value = "RETURN" ))
4240 private void setTimeToNegativeOne (@ NotNull Supplier <String > keySupplier , @ NotNull Supplier <Object []> argsSupplier ,
You can’t perform that action at this time.
0 commit comments