Skip to content

Commit

Permalink
fix typo in logger
Browse files Browse the repository at this point in the history
  • Loading branch information
l3nnartt committed Mar 2, 2022
1 parent 4a10cca commit ded58da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public boolean canAppear(User user, EntityPlayer entityPlayer, NetworkPlayerInfo
return true;
}
})));
getLogger("LabyAddons successfully downloaded");
getLogger("Addon successful activated");
}

@Override
Expand Down Expand Up @@ -105,7 +105,7 @@ private void downloadLabAddons() {
}

public static void getLogger(String log) {
String prefix = "[Bugfixes] ";
String prefix = "[LouderVoiceChat] ";
System.out.println(prefix + log);
}
}
2 changes: 1 addition & 1 deletion src/main/resources/addon.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"author": "L3nnart_",
"category": 2,
"icon": "http://dl.lennartloesche.de/loudervoicechat/logo.png"
}
}

0 comments on commit ded58da

Please sign in to comment.