Skip to content

Commit 4aedfe0

Browse files
committed
fix own_waytype completion
1 parent ef45489 commit 4aedfe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simutrans_dat.sublime-completions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
{ "trigger": "no_foreground", "contents": "no_foreground=${1:1}" },
131131
{ "trigger": "noconstruction", "contents": "noconstruction=${1:1}" },
132132
{ "trigger": "noinfo", "contents": "noinfo=${1:1}" },
133-
{ "trigger": "own_waytype", "contents": "own_waytype=${1:electricfied_track}" },
133+
{ "trigger": "own_waytype", "contents": "own_waytype=${1:electrified_track}" },
134134
{ "trigger": "pillar_asymmetric", "contents": "pillar_asymmetric=${1:1}" },
135135
{ "trigger": "single_way", "contents": "single_way=${1:1}" },
136136
{ "trigger": "trees_on_top", "contents": "trees_on_top=${1:1}" },

0 commit comments

Comments
 (0)