mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-25 12:15:53 +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")
|
||||
public class SneakTrait extends Trait {
|
||||
@Persist
|
||||
private boolean sneaking = false;
|
||||
private boolean sneaking = true;
|
||||
|
||||
public SneakTrait() {
|
||||
super("sneak");
|
||||
|
Loading…
Reference in New Issue
Block a user