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

Commit

Permalink
I founded a terrible miscoding
Browse files Browse the repository at this point in the history
  • Loading branch information
CiroZDP committed Apr 25, 2024
1 parent 87f7e54 commit a7e10b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/op/sound/SoundManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private SoundManager() {
}

public static void update() {
if (!ENABLED || player != null) {
if (!ENABLED || player == null) {
stopSounds();
return;
}
Expand Down

0 comments on commit a7e10b0

Please sign in to comment.