Skip to content

Commit 28e08bf

Browse files
committed
test
1 parent 2f1a93b commit 28e08bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/sovdee/skriptparticles/elements/expressions/constructors/ExprIrregularPolygon.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
public class ExprIrregularPolygon extends SimpleExpression<IrregularPolygon> {
3737

3838
static {
39-
Skript.registerExpression(ExprIrregularPolygon.class, IrregularPolygon.class, ExpressionType.COMBINED, "[a] [2d] polygon (from|with) [vertices|points] %vectors/locations% [and height %-number%]");
39+
Skript.registerExpression(ExprIrregularPolygon.class, IrregularPolygon.class, ExpressionType.COMBINED,
40+
"[a] [2d] polygon (from|with) [vertices|points] %vectors/locations% [and height %-number%]");
4041
}
4142

4243
private Expression<?> points;

0 commit comments

Comments
 (0)