Update ZB config: at this rate, ZB will update before this gets merged.

This commit is contained in:
sphere 2021-02-24 10:30:48 +01:00
parent 998d065698
commit d305952119

View file

@ -3088,8 +3088,7 @@ linedeftypes
title = "Copy Frontside Floor Slope to Backside";
prefix = "(730)";
slope = "copy";
slopeargs = 1;
//copyslopeargs = 1; uncomment when ZB updates
copyslopeargs = 1;
}
731
@ -3097,8 +3096,7 @@ linedeftypes
title = "Copy Frontside Ceiling Slope to Backside";
prefix = "(731)";
slope = "copy";
slopeargs = 2;
//copyslopeargs = 4; uncomment when ZB updates
copyslopeargs = 4;
}
732
@ -3106,8 +3104,7 @@ linedeftypes
title = "Copy Frontside Floor and Ceiling Slope to Backside";
prefix = "(732)";
slope = "copy";
slopeargs = 3;
//copyslopeargs = 5; uncomment when ZB updates
copyslopeargs = 5;
}
733
@ -3115,8 +3112,7 @@ linedeftypes
title = "Copy Backside Floor Slope to Frontside";
prefix = "(730)";
slope = "copy";
slopeargs = 1;
//copyslopeargs = 2; uncomment when ZB updates
copyslopeargs = 2;
}
734
@ -3124,8 +3120,7 @@ linedeftypes
title = "Copy Backside Ceiling Slope to Frontside";
prefix = "(731)";
slope = "copy";
slopeargs = 2;
//copyslopeargs = 8; uncomment when ZB updates
copyslopeargs = 8;
}
735
@ -3133,8 +3128,7 @@ linedeftypes
title = "Copy Backside Floor and Ceiling Slope to Frontside";
prefix = "(732)";
slope = "copy";
slopeargs = 3;
//copyslopeargs = 10; uncomment when ZB updates
copyslopeargs = 10;
}
799