Skip to content

Commit

Permalink
disable construction mode for non/enemy realms
Browse files Browse the repository at this point in the history
  • Loading branch information
bob0005 committed Dec 20, 2024
1 parent 86a2227 commit 5ee5701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/ui/modules/navigation/LeftNavigationModule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const LeftNavigationModule = memo(() => {
name: MenuEnum.construction,
button: (
<CircleButton
// disabled={!structureIsMine || !isRealm}
disabled={!structureIsMine || !isRealm}
className="construction-selector"
image={BuildingThumbs.construction}
tooltipLocation="top"
Expand Down

0 comments on commit 5ee5701

Please sign in to comment.