Skip to content

Commit dd10d03

Browse files
committed
Set false as renderVillageHomeTracer and renderVillageJobSiteTracer default value
Signed-off-by: Hendrix-Shen <[email protected]>
1 parent d5886fb commit dd10d03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/plusls/MasaGadget/config/Configs.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ public class Configs {
6262

6363
@Hotkey
6464
@Config(category = ConfigCategory.GENERIC)
65-
public static boolean renderVillageHomeTracer = true;
65+
public static boolean renderVillageHomeTracer = false;
6666

6767
@Config(category = ConfigCategory.GENERIC)
6868
public static Color4f renderVillageHomeTracerColor = Color4f.fromColor(StringUtils.getColor("#500000FF", 0));
6969

7070
@Hotkey
7171
@Config(category = ConfigCategory.GENERIC)
72-
public static boolean renderVillageJobSiteTracer = true;
72+
public static boolean renderVillageJobSiteTracer = false;
7373

7474
@Config(category = ConfigCategory.GENERIC)
7575
public static Color4f renderVillageJobSiteTracerColor = Color4f.fromColor(StringUtils.getColor("#50FF0000", 0));

0 commit comments

Comments
 (0)