Fix incorrect prefixes in the config

This commit is contained in:
sphere 2021-04-10 11:52:15 -04:00
parent d305952119
commit dbc7f93f15

View file

@ -3110,7 +3110,7 @@ linedeftypes
733
{
title = "Copy Backside Floor Slope to Frontside";
prefix = "(730)";
prefix = "(733)";
slope = "copy";
copyslopeargs = 2;
}
@ -3118,7 +3118,7 @@ linedeftypes
734
{
title = "Copy Backside Ceiling Slope to Frontside";
prefix = "(731)";
prefix = "(734)";
slope = "copy";
copyslopeargs = 8;
}
@ -3126,7 +3126,7 @@ linedeftypes
735
{
title = "Copy Backside Floor and Ceiling Slope to Frontside";
prefix = "(732)";
prefix = "(735)";
slope = "copy";
copyslopeargs = 10;
}