Merge branch 'master' of https://github.com/Gibstick/DiscoSheep
This commit is contained in:
		| @@ -30,8 +30,12 @@ public final class DiscoSheep extends JavaPlugin { | ||||
|     } | ||||
|      | ||||
|     // Spawn some number of sheep next to given player | ||||
|     public void spawnSheep(Player player, Location loc, int num) { | ||||
|     public void spawnSheep(Player player, int num) { | ||||
|         Location loc; | ||||
|          | ||||
|         for (int i = 0; i < num; i++) { | ||||
|              | ||||
|         } | ||||
|     } | ||||
|      | ||||
|     // Mark all sheep in the sheep array for removal | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 RangerMauve
					RangerMauve