From 88ad0516378e023f4d5bd51e48ebc5bbe1043865 Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Thu, 26 May 2016 04:14:39 +1000 Subject: [PATCH 1/2] Direction/chance for bo3 --- .../src/main/java/com/intellectualcrafters/plot/object/BO3.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/main/java/com/intellectualcrafters/plot/object/BO3.java b/Core/src/main/java/com/intellectualcrafters/plot/object/BO3.java index f667e5ab6..f8f1488b2 100644 --- a/Core/src/main/java/com/intellectualcrafters/plot/object/BO3.java +++ b/Core/src/main/java/com/intellectualcrafters/plot/object/BO3.java @@ -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() { From d44ca23abd330c350798c84e7e09d9f1d7d7ce75 Mon Sep 17 00:00:00 2001 From: manuelgu Date: Wed, 25 May 2016 21:14:16 +0200 Subject: [PATCH 2/2] Minor change to issue template (#1132) --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8e1322977..c15ba3171 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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