I cannot into git

This commit is contained in:
Charlie Wang 2013-06-30 14:48:36 -04:00
parent bf15d90dcd
commit eda4007b1e
4 changed files with 120 additions and 121 deletions

View File

@ -1,4 +1,4 @@
package gibstick.bukkit.DiscoSheep;
package gibstick.bukkit.discosheep;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
@ -7,10 +7,10 @@ import org.bukkit.command.CommandExecutor;
public class DiscoSheepCommandExecutor implements CommandExecutor {
private DiscoSheep plugin;
private DiscoSheep parent;
public DiscoSheepCommandExecutor(DiscoSheep plugin) {
this.plugin = plugin;
public DiscoSheepCommandExecutor(DiscoSheep parent) {
this.parent = parent;
}
@Override

View File

@ -1,6 +1,5 @@
package gibstick.bukkit.discosheep;
import gibstick.bukkit.DiscoSheep.DiscoSheep;
import org.bukkit.scheduler.BukkitRunnable;
public class DiscoUpdater extends BukkitRunnable {

View File

@ -1,3 +1,3 @@
name: DiscoSheep
main: gibstick.bukkit.DiscoSheep.DiscoSheep
version: 0.5
version: 0.6