Merge branch 'master' of https://github.com/Gibstick/DiscoSheep
This commit is contained in:
commit
f2d1cbde35
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user