9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2026-01-04 15:41:45 +00:00

Fixed wardrobe always active always stuck bug

This commit is contained in:
Fisher2911
2022-02-17 17:10:27 -05:00
parent eec995a7f3
commit 39583b3685
7 changed files with 1 additions and 1 deletions

View File

@@ -171,7 +171,7 @@ public class Wardrobe extends User {
}
public boolean isCameraLocked() {
return cameraLocked;
return this.active && this.cameraLocked;
}
@Override