Skip to content

Commit

Permalink
Some random comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CiroZDP committed Sep 9, 2024
1 parent ff0d281 commit 2dffc06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/net/opencraft/sound/SoundManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,11 @@ public static void disable() {

public static void shutdown() {
disable();
logger.info("Shutdown sound system!");
logger.info("Shutdowning sound system!");
}

public static double getVolume() {
// Volume feature don't supported yet!
return MUSIC ? 1.0 : 0.0;
}

Expand Down

0 comments on commit 2dffc06

Please sign in to comment.