Fixed bad copypaste in error message for //curve.

Dieser Commit ist enthalten in:
Wizjany 2016-08-27 16:53:51 -04:00 committet von GitHub
Ursprung 4a72b97164
Commit 2e10fe896f

Datei anzeigen

@ -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;
}