Naming conventions.

This commit is contained in:
sanjay900 2015-02-03 10:56:33 +13:00
parent 8698312a87
commit 671eec9c02

View File

@ -1246,7 +1246,7 @@ public class NPCCommands {
throw new CommandException();
npc.data().setPersistent(NPC.PLAYER_SKIN_UUID_METADATA, args.getString(1));
if (args.hasFlag('p')) {
npc.data().setPersistent(NPC.PLAYER_SKIN_TEXTURE_PROPERTIES, "cache");
npc.data().setPersistent(NPC.PLAYER_SKIN_TEXTURE_PROPERTIES_METADATA, "cache");
}
skinName = args.getString(1);
}