From 9a03130e9ff3118c7ec0af025c392b95f5c99af2 Mon Sep 17 00:00:00 2001 From: techno-sam <77073745+techno-sam@users.noreply.github.com> Date: Sat, 26 Oct 2024 19:31:18 -0700 Subject: [PATCH] hopefully fix phonos client-side crash --- gradle.properties | 2 +- .../github/foundationgames/phonos/mixin/client/SourceMixin.java | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d9bf460..d5bf5c0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ loader_version=0.16.3 #Fabric api fabric_version=0.92.2+1.20.1 -mod_version = 1.1.1-beta.1 +mod_version = 1.1.1-beta.2 maven_group = io.github.foundationgames archives_base_name = phonos diff --git a/src/main/java/io/github/foundationgames/phonos/mixin/client/SourceMixin.java b/src/main/java/io/github/foundationgames/phonos/mixin/client/SourceMixin.java index 4d08a2d..98b65bd 100644 --- a/src/main/java/io/github/foundationgames/phonos/mixin/client/SourceMixin.java +++ b/src/main/java/io/github/foundationgames/phonos/mixin/client/SourceMixin.java @@ -44,6 +44,8 @@ private ByteBuffer skipRead(AudioStream instance, int size, Operation