Skip to content

Commit 9e2c17b

Browse files
committed
* 2021/11/07 1.1.0 Fixed MC-44055 游戏启动时,无法将音频输出切换到另一个设备上(在标题界面内)
1 parent 58dcfbb commit 9e2c17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/dubhemc/fixed/ReloadAudioDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
@Mod("fixed")
22-
@Mod.EventBusSubscriber
22+
@Mod.EventBusSubscriber(value = Dist.CLIENT)
2323
public class ReloadAudioDriver {
2424

2525
public static final String MODID = "fixed";

0 commit comments

Comments
 (0)