mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-24 10:17:39 +00:00
Made Node.getPosition final and fixed some whitespace in LocalWorld.
This commit is contained in:
parent
a8e64fd8bc
commit
7a429e9932
@ -39,7 +39,7 @@ public abstract class Node implements RValue {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getPosition() {
|
public final int getPosition() {
|
||||||
return position;
|
return position;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user