Fixed missing ; stupid IntelliJ....
This commit is contained in:
parent
817e4fd9cf
commit
e355371458
1 changed files with 1 additions and 1 deletions
|
@ -85,6 +85,6 @@ public class NodeRailing extends Node<IItemRailing, GridRailing, NodeRailing> im
|
|||
@Override
|
||||
public double y()
|
||||
{
|
||||
return parent.getWorldPos().y()
|
||||
return parent.getWorldPos().y();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue