mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-22 18:45:29 +01:00
whoops
This commit is contained in:
parent
68cc28eb05
commit
89bd263aad
@ -55,7 +55,7 @@ public class NPCCommands {
|
||||
Messaging.sendError(player, "'" + args.getString(2) + "' is not a valid mob type. Using default NPC.");
|
||||
}
|
||||
NPC create = npcManager.createNPC(type, name);
|
||||
String successMsg = ChatColor.GREEN + "You created " + create.getName();
|
||||
String successMsg = ChatColor.GREEN + "You created " + StringHelper.wrap(create.getName());
|
||||
boolean success = true;
|
||||
if (args.argsLength() == 4) {
|
||||
if (characterManager.getInstance(args.getString(3), create) == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user