Fixed bad copypaste in error message for //curve.

This commit is contained in:
Wizjany 2016-08-27 16:53:51 -04:00 committed by GitHub
parent 4a72b97164
commit 2e10fe896f

View File

@ -132,7 +132,7 @@ public class RegionCommands {
@Optional("0") @Range(min = 0) int thickness,
@Switch('h') boolean shell) throws WorldEditException {
if (!(region instanceof ConvexPolyhedralRegion)) {
player.printError("//line only works with convex polyhedral selections");
player.printError("//curve only works with convex polyhedral selections");
return;
}