mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2024-10-31 23:59:42 +01:00
Fix line-marker type
This commit is contained in:
parent
97c7f7a916
commit
cc3e22bf78
@ -76,7 +76,7 @@ public LineMarker(String label, Line line) {
|
||||
* @see #setLine(Line)
|
||||
*/
|
||||
public LineMarker(String label, Vector3d position, Line line) {
|
||||
super("extrude", label, position);
|
||||
super("line", label, position);
|
||||
this.line = Objects.requireNonNull(line, "line must not be null");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user