mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 04:32:11 -07:00
Fix some compilation errors
This commit is contained in:
@@ -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);
|
Reference in New Issue
Block a user