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:
@@ -171,7 +171,7 @@ public class Wardrobe extends User {
|
||||
}
|
||||
|
||||
public boolean isCameraLocked() {
|
||||
return cameraLocked;
|
||||
return this.active && this.cameraLocked;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user