mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-25 20:25:19 +01:00
Default sneaking in sneaktrait to true
This commit is contained in:
parent
578b8d38c1
commit
7a676e3420
@ -9,7 +9,7 @@ import net.citizensnpcs.util.NMS;
|
|||||||
@TraitName("sneak")
|
@TraitName("sneak")
|
||||||
public class SneakTrait extends Trait {
|
public class SneakTrait extends Trait {
|
||||||
@Persist
|
@Persist
|
||||||
private boolean sneaking = false;
|
private boolean sneaking = true;
|
||||||
|
|
||||||
public SneakTrait() {
|
public SneakTrait() {
|
||||||
super("sneak");
|
super("sneak");
|
||||||
|
Loading…
Reference in New Issue
Block a user