From d9d041e4e102ac19295dd3019258840c854f59fa Mon Sep 17 00:00:00 2001 From: Gibstick Date: Fri, 19 Jul 2013 21:03:19 -0400 Subject: [PATCH] fixed plugin.yml main class, formatting --- src/ca/gibstick/discosheep/DiscoParty.java | 6 ++---- src/plugin.yml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/ca/gibstick/discosheep/DiscoParty.java b/src/ca/gibstick/discosheep/DiscoParty.java index e5be433..624d0e5 100644 --- a/src/ca/gibstick/discosheep/DiscoParty.java +++ b/src/ca/gibstick/discosheep/DiscoParty.java @@ -84,8 +84,8 @@ public class DiscoParty { newParty.setDuration(this.duration); newParty.setPeriod(this.period); newParty.setRadius(this.radius); - newParty.setSheep(this.sheep); - return newParty; + newParty.setSheep(this.sheep); + return newParty; } List getSheep() { @@ -167,8 +167,6 @@ public class DiscoParty { y = world.getHighestBlockYAt((int) x, (int) z); loc = new Location(world, x, y, z); - //loc.setYaw(0); - //loc.setPitch((float) Math.random() * 360 - 180); spawnSheep(world, loc); } } diff --git a/src/plugin.yml b/src/plugin.yml index 7f90a5c..90bd3a5 100644 --- a/src/plugin.yml +++ b/src/plugin.yml @@ -1,5 +1,5 @@ name: DiscoSheep -main: gibstick.bukkit.discosheep.DiscoSheep +main: ca.gibstick.discosheep.DiscoSheep authors: [Gibstick, RangerMauve] version: 1.0.1 commands: