Skip to content

Commit

Permalink
* 2021/11/07 1.1.0 Fixed MC-44055 游戏启动时,无法将音频输出切换到另一个设备上(在标题界面内)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gu-ZT committed Nov 7, 2021
1 parent 58dcfbb commit 9e2c17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/dubhemc/fixed/ReloadAudioDriver.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


@Mod("fixed")
@Mod.EventBusSubscriber
@Mod.EventBusSubscriber(value = Dist.CLIENT)
public class ReloadAudioDriver {

public static final String MODID = "fixed";
Expand Down

0 comments on commit 9e2c17b

Please sign in to comment.