work and compile errors

This commit is contained in:
Jake Potrebic
2023-09-21 19:31:59 -07:00
parent aca9b5cf34
commit 4e0701e69d
48 changed files with 132 additions and 122 deletions

View File

@@ -3824,7 +3824,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ } else {
+ hash = "";
+ }
+ this.getHandle().sendTexturePack(url, hash, force, io.papermc.paper.adventure.PaperAdventure.asVanilla(prompt));
+ this.getHandle().connection.send(new ClientboundResourcePackPacket(url, hash, force, io.papermc.paper.adventure.PaperAdventure.asVanilla(prompt)));
+ }
+ // Paper end
+