remove debug test

This commit is contained in:
aPunch 2012-01-25 04:33:45 -06:00
parent 84858b2c23
commit 573cc38497

View File

@ -42,8 +42,6 @@ public class Citizens extends JavaPlugin {
public boolean onCommand(CommandSender sender, Command cmd, String cmdName, String[] args) {
if (args[0].equals("spawn")) {
NPC npc = npcManager.createNPC(ChatColor.GREEN + "aPunch");
// TODO remove
npc.setCharacter(characterManager.getInstance("test"));
npc.spawn(((Player) sender).getLocation());
((CitizensNPC) npc).save(saves);
} else if (args[0].equals("despawn")) {