We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95058e8 commit d975666Copy full SHA for d975666
.gitignore
@@ -3,3 +3,4 @@ target/
3
*.secret
4
*.db
5
nbactions.xml
6
+stargate.iml
src/test/java/net/knarcraft/stargate/portal/GateLayoutTest.java
@@ -26,6 +26,7 @@ public class GateLayoutTest {
26
public static void setUp() {
27
ServerMock server = MockBukkit.mock();
28
server.addWorld(new WorldMock(Material.DIRT, 5));
29
+ System.setProperty("bstats.relocatecheck", "false");
30
MockBukkit.load(Stargate.class);
31
layout = GateHandler.getGateByName("nethergate.gate").getLayout();
32
}
0 commit comments