Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Add Storage interface and LocalStorage object
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldieeins committed Jul 17, 2024
1 parent 682d7fa commit 741fd88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ private boolean updateModules() {
}

downloadModule("https://zyneonstudios.github.io/nexus-nex/zyndex/modules/official/nexus-minecraft-module.json",modules,disabledIds);
//TODO downloadModule("https://zyneonstudios.github.io/nexus-nex/zyndex/modules/official/zyneon-star-module.json",modules,disabledIds);
downloadModule("https://zyneonstudios.github.io/nexus-nex/zyndex/modules/official/zyneon-star-module.json",modules,disabledIds);

updated = true;
} catch (Exception e) {
Expand Down

0 comments on commit 741fd88

Please sign in to comment.