diff options
Diffstat (limited to 'patch-remap/mache-spigotflower-stripped/net/minecraft/commands/CommandSource.java.patch')
-rw-r--r-- | patch-remap/mache-spigotflower-stripped/net/minecraft/commands/CommandSource.java.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/patch-remap/mache-spigotflower-stripped/net/minecraft/commands/CommandSource.java.patch b/patch-remap/mache-spigotflower-stripped/net/minecraft/commands/CommandSource.java.patch new file mode 100644 index 0000000000..8de3d6e279 --- /dev/null +++ b/patch-remap/mache-spigotflower-stripped/net/minecraft/commands/CommandSource.java.patch @@ -0,0 +1,23 @@ +--- a/net/minecraft/commands/CommandSource.java ++++ b/net/minecraft/commands/CommandSource.java +@@ -26,6 +22,13 @@ + public boolean shouldInformAdmins() { + return false; + } ++ ++ // CraftBukkit start ++ @Override ++ public org.bukkit.command.CommandSender getBukkitSender(CommandSourceStack wrapper) { ++ throw new UnsupportedOperationException("Not supported yet."); ++ } ++ // CraftBukkit end + }; + + void sendSystemMessage(Component component); +@@ -39,4 +42,6 @@ + default boolean alwaysAccepts() { + return false; + } ++ ++ org.bukkit.command.CommandSender getBukkitSender(CommandSourceStack wrapper); // CraftBukkit + } |