Skip to content

Commit

Permalink
Deprecate sneaking constant
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Dec 3, 2023
1 parent f7544ab commit 67c4ff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/citizensnpcs/api/npc/NPC.java
Expand Up @@ -558,6 +558,7 @@ public enum Metadata {
/**
* Whether to sneak.
*/
@Deprecated
SNEAKING("citizens-sneaking", Boolean.class),
/**
* The initial no damage ticks on spawn, defaults to 20. Integer
Expand Down

0 comments on commit 67c4ff9

Please sign in to comment.