Skip to content

Commit

Permalink
Generation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
a-crowell committed Aug 20, 2024
1 parent 1a3d6fe commit 60f6fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fission/src/mirabuf/MirabufLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class MirabufCachingService {
*/
public static GetCacheMap(miraType: MiraType): MapCache {
if (
(window.localStorage.getItem(MIRABUF_LOCALSTORAGE_GENERATION_KEY) ?? "") == MIRABUF_LOCALSTORAGE_GENERATION
(window.localStorage.getItem(MIRABUF_LOCALSTORAGE_GENERATION_KEY) ?? "") != MIRABUF_LOCALSTORAGE_GENERATION
) {
window.localStorage.setItem(MIRABUF_LOCALSTORAGE_GENERATION_KEY, MIRABUF_LOCALSTORAGE_GENERATION)
window.localStorage.setItem(robotsDirName, "{}")
Expand Down

0 comments on commit 60f6fdb

Please sign in to comment.