Fix playing adventure sounds on World/Server (#8077)

This commit is contained in:
Jake Potrebic
2023-05-30 18:36:16 -07:00
parent 36d17c312f
commit a0a5615e6e
2 changed files with 121 additions and 30 deletions

View File

@@ -627,7 +627,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
this.ignoreVanillaPermissions = this.commandsConfiguration.getBoolean("ignore-vanilla-permissions");
@@ -0,0 +0,0 @@ public final class CraftServer implements Server {
// Spigot end
// Paper end
// Paper start
+ @SuppressWarnings({"rawtypes", "unchecked"})