File tree 1 file changed +2
-2
lines changed
src/main/java/com/plusls/MasaGadget/config
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,14 +62,14 @@ public class Configs {
62
62
63
63
@ Hotkey
64
64
@ Config (category = ConfigCategory .GENERIC )
65
- public static boolean renderVillageHomeTracer = true ;
65
+ public static boolean renderVillageHomeTracer = false ;
66
66
67
67
@ Config (category = ConfigCategory .GENERIC )
68
68
public static Color4f renderVillageHomeTracerColor = Color4f .fromColor (StringUtils .getColor ("#500000FF" , 0 ));
69
69
70
70
@ Hotkey
71
71
@ Config (category = ConfigCategory .GENERIC )
72
- public static boolean renderVillageJobSiteTracer = true ;
72
+ public static boolean renderVillageJobSiteTracer = false ;
73
73
74
74
@ Config (category = ConfigCategory .GENERIC )
75
75
public static Color4f renderVillageJobSiteTracerColor = Color4f .fromColor (StringUtils .getColor ("#50FF0000" , 0 ));
You can’t perform that action at this time.
0 commit comments