mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-04 01:39:54 +01:00
Naming conventions.
This commit is contained in:
parent
8698312a87
commit
671eec9c02
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user