Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
doom committed Sep 27, 2023
1 parent 79d20d2 commit 7319fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/TacticalMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const TacticalMap = (props, context) => {
const ViewMapPanel = (props, context) => {
const { data } = useBackend<TacMapProps>(context);

//byond ui can't resist trying to render
// byond ui can't resist trying to render
if (data.canViewHome !== 1) {
return <OldMapPanel {...props} context={context} />;
}
Expand Down

0 comments on commit 7319fa6

Please sign in to comment.