Fix some compilation errors

This commit is contained in:
Nassim Jahnke
2024-12-15 21:28:08 +01:00
parent de10a277e2
commit 6dcb4a33b6
12 changed files with 74 additions and 27 deletions

View File

@@ -0,0 +1,16 @@
--- a/net/minecraft/server/commands/DebugCommand.java
+++ b/net/minecraft/server/commands/DebugCommand.java
@@ -262,6 +_,13 @@
return true;
}
+ // Paper start
+ @Override
+ public org.bukkit.command.CommandSender getBukkitSender(final CommandSourceStack wrapper) {
+ throw new UnsupportedOperationException();
+ }
+ // Paper end
+
@Override
public void close() {
IOUtils.closeQuietly((Writer)this.output);