From b404cd6f21d1e96d1eb04a9df98ab3957e3ea8a1 Mon Sep 17 00:00:00 2001 From: dordsor whitwell Date: Wed, 30 Aug 2017 11:34:03 +0100 Subject: [PATCH] Fix pline -> spline typo --- core/src/main/java/com/boydti/fawe/config/BBC.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/boydti/fawe/config/BBC.java b/core/src/main/java/com/boydti/fawe/config/BBC.java index e275b845..b5af12c8 100644 --- a/core/src/main/java/com/boydti/fawe/config/BBC.java +++ b/core/src/main/java/com/boydti/fawe/config/BBC.java @@ -130,7 +130,7 @@ public enum BBC { BRUSH_SMOOTH("Note: Use the blend brush if you want to smooth overhangs or caves.", "WorldEdit.Brush"), BRUSH_SPLINE("Click to add a point, click the same spot to finish", "WorldEdit.Brush"), BRUSH_LINE_PRIMARY("Added point %s0, click another position to create the line", "WorldEdit.Brush"), - BRUSH_LINE_SECONDARY("Created pline", "WorldEdit.Brush"), + BRUSH_LINE_SECONDARY("Created spline", "WorldEdit.Brush"), BRUSH_SPLINE_PRIMARY_2("Added position, Click the same spot to join!", "WorldEdit.Brush"), BRUSH_SPLINE_SECONDARY_ERROR("Not enough positions set!", "WorldEdit.Brush"), BRUSH_SPLINE_SECONDARY("Created spline", "WorldEdit.Brush"),