Skip to content

Commit 1b28e80

Browse files
committed
fixed spidertron notes
1 parent f5a2ac1 commit 1b28e80

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

config.lua

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,20 @@ config.markerValues = {
2929
}
3030

3131
config.disableMarker = {
32-
["locomotive"] = true,
33-
["fluid-wagon"] = true,
34-
["cargo-wagon"] = true,
35-
["car"] = true,
36-
["signpost"] = true,
32+
["locomotive"] = true,
33+
["fluid-wagon"] = true,
34+
["cargo-wagon"] = true,
35+
["car"] = true,
36+
["spider-vehicle"] = true,
37+
["signpost"] = true,
3738
}
3839

3940
config.disableTitle = {
40-
["locomotive"] = true,
41-
["fluid-wagon"] = true,
42-
["cargo-wagon"] = true,
43-
["car"] = true,
41+
["locomotive"] = true,
42+
["fluid-wagon"] = true,
43+
["cargo-wagon"] = true,
44+
["car"] = true,
45+
["spider-vehicle"] = true,
4446
}
4547

4648
config.alwaysAttachNote = {

0 commit comments

Comments
 (0)