mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-05 02:10:10 +01:00
remove debug test
This commit is contained in:
parent
84858b2c23
commit
573cc38497
@ -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")) {
|
||||
|
Loading…
Reference in New Issue
Block a user