Skip to content

Commit

Permalink
up 3.1.7
Browse files Browse the repository at this point in the history
错误的API调用
  • Loading branch information
Coloryr committed Jul 10, 2024
1 parent d12b4fd commit 49f6b6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
//compileOnly 'net.md-5:bungeecord-api:1.19-R0.1-SNAPSHOT'
compileOnly "com.github.MilkBowl:VaultAPI:1.7.1"
//compileOnly 'com.velocitypowered:velocity-api:3.0.0'
compileOnly 'me.clip:placeholderapi:2.10.10'
compileOnly 'me.clip:placeholderapi:2.11.6'
//compileOnly 'net.citizensnpcs:citizens-main:2.0.30-SNAPSHOT'
// compileOnly fileTree(dir:'lib',include:['*.jar'])

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private static void sendPack(ByteArrayDataOutput out) {

public static void startUpdate() {
ByteArrayDataOutput out = ByteStreams.newDataOutput();
out.write(255);
out.writeInt(255);
out.writeUTF("allmusic");
sendPack(out);
}
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.6
3.1.7

0 comments on commit 49f6b6b

Please sign in to comment.