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

Commit

Permalink
Update to beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldieeins committed May 24, 2024
1 parent fb9836c commit 0897517
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ public ArrayList<ApplicationModule> readModules(File moduleJar) {
}

public void loadModule(ApplicationModule module) {
NexusApplication.getLogger().log("[MODULES] Loading module "+module.getId()+" v"+module.getVersion()+" by "+module.getAuthor()+"...");
if(!modules.containsKey(module.getId())) {
NexusApplication.getLogger().log("[MODULES] Loading module "+module.getId()+" v"+module.getVersion()+" by "+module.getAuthor()+"...");
modules.put(module.getId(),module);
module.onLoad();
}
Expand Down

0 comments on commit 0897517

Please sign in to comment.