Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Apr 29, 2024
1 parent 80ccfcc commit 2ad4346
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ export const useConfigStore = defineStore("config", () => {
try {
if (config.worldConfig !== undefined) {
setWorldConfig(config.worldConfig);
setViewMode(config.worldConfig.VIEW_MODE);
console.log('worldConfig upd');
}
if (config.typesConfig !== undefined) {
Expand Down

0 comments on commit 2ad4346

Please sign in to comment.