Skip to content

Commit

Permalink
Update for 2.14.0-beta.dev.20240928.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacetech committed Sep 28, 2024
1 parent ab77748 commit ae62e2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"watch": "npx tsc --build --watch --pretty --preserveWatchOutput"
},
"devDependencies": {
"@wayward/types": "^2.14.0-beta.dev.20240927.1",
"@wayward/types": "^2.14.0-beta.dev.20240928.1",
"rimraf": "3.0.2",
"typescript": "^5.6.2"
}
Expand Down
4 changes: 2 additions & 2 deletions src/core/Tars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -760,8 +760,8 @@ export default class Tars extends EventEmitter.Host<ITarsEvents> {

if (this.saveData.enabled) {
if (this.saveData.options.navigationOverlays) {
this.utilities.navigation.ensureOverlays(() => this.utilities.base.getBaseTiles(this.context));
this.overlay.show();
this.utilities.navigation.ensureOverlays(() => this.utilities.base.getBaseTiles(this.context));
this.human.updateView(RenderSource.Mod, false);
}

Expand Down Expand Up @@ -833,8 +833,8 @@ export default class Tars extends EventEmitter.Host<ITarsEvents> {
shouldInterrupt = false;

if (this.saveData.options.navigationOverlays) {
this.utilities.navigation.ensureOverlays(() => this.utilities.base.getBaseTiles(this.getContext()));
this.overlay.show();
this.utilities.navigation.ensureOverlays(() => this.utilities.base.getBaseTiles(this.getContext()));

} else {
this.overlay.hide();
Expand Down

0 comments on commit ae62e2f

Please sign in to comment.