Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
doom committed Sep 29, 2023
1 parent 072377d commit 2c63acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/DrawnMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class DrawnMap extends Component {
this.backupImg = null;
}

onComponentDidMout() {
componentDidMount() {
this.backupImg = new Image();
this.backupImg.src = backupImgSrc;
}
Expand Down
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/TacticalMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const mapPngs = {
'Whiskey Outpost': 'https://cm-ss13.com/w/images/7/78/Whiskey_outpost.png',
'Solaris Ridge': 'https://cm-ss13.com/w/images/9/9e/Solaris_Ridge.png',
'Fiorina Science Annex':
'https://cm-ss13.com/w/images/e/e0/Prison_Station_Science_Annex.png',
'https://cm-ss13.com/w/images/e/e0/Prison_Station_Science_Annex.png',
'Trijent Dam': 'https://cm-ss13.com/w/images/9/92/Trijent_Dam.png',
'Sorokyne Strata': 'https://cm-ss13.com/w/images/2/21/Sorokyne_Wiki_Map.jpg',
'Kutjevo Refinery': 'https://cm-ss13.com/w/images/0/0d/Kutjevo_a1.jpg',
Expand Down

0 comments on commit 2c63acc

Please sign in to comment.