mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-04 09:10:17 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e615fb4c44
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@ -7,6 +7,6 @@
|
||||
|
||||
Make sure you've completed the following steps (put an X between of brackets):
|
||||
- [] Include `/plot debugpaste`
|
||||
- [] Made sure there aren't duplicates of this report [(Use Search)](https://github.com/IntellectualSites/PlotSquared/issues)
|
||||
- [] Made sure there aren't duplicates of this report [(Use Search)](https://github.com/IntellectualSites/PlotSquared/issues?utf8=%E2%9C%93&q=is%3Aissue)
|
||||
- [] Made sure you're using an updated version of PlotSquared
|
||||
- [] Made sure the bug/error isn't caused by any other plugin
|
||||
|
@ -25,7 +25,7 @@ public class BO3 {
|
||||
public void addChild(BO3 child) {
|
||||
ChunkLoc childloc = child.getLoc();
|
||||
this.children.append("Branch(").append(childloc.x - this.chunk.x).append(",0,").append(childloc.z - this.chunk.z).append(',')
|
||||
.append(this.name).append('_').append(childloc.x).append('_').append(childloc.z).append(")\n");
|
||||
.append(this.name).append('_').append(childloc.x).append('_').append(childloc.z).append(",NORTH,100)\n");
|
||||
}
|
||||
|
||||
public ChunkLoc getLoc() {
|
||||
|
Loading…
Reference in New Issue
Block a user