mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-20 07:34:48 +01:00
17 lines
520 B
Diff
17 lines
520 B
Diff
|
--- a/net/minecraft/gametest/framework/GameTestServer.java
|
||
|
+++ b/net/minecraft/gametest/framework/GameTestServer.java
|
||
|
@@ -304,6 +_,13 @@
|
||
|
return false;
|
||
|
}
|
||
|
|
||
|
+ // Paper start
|
||
|
+ @Override
|
||
|
+ public org.bukkit.command.CommandSender getBukkitSender(final net.minecraft.commands.CommandSourceStack wrapper) {
|
||
|
+ throw new UnsupportedOperationException("Not supported.");
|
||
|
+ }
|
||
|
+ // Paper end
|
||
|
+
|
||
|
@Override
|
||
|
public boolean isSingleplayerOwner(GameProfile profile) {
|
||
|
return false;
|