mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-26 04:35:50 +01:00
Add isSneaking to SneakTrait
This commit is contained in:
parent
2466677cc3
commit
e3e1aed1b0
@ -21,6 +21,10 @@ public class SneakTrait extends Trait {
|
||||
}
|
||||
}
|
||||
|
||||
public boolean isSneaking() {
|
||||
return sneaking;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onSpawn() {
|
||||
apply();
|
||||
|
Loading…
Reference in New Issue
Block a user