diff --git a/mappings/net/minecraft/server/command/AbstractServerCommandSource.mapping b/mappings/net/minecraft/server/command/AbstractServerCommandSource.mapping index d79f2c5b22..7ea6d315db 100644 --- a/mappings/net/minecraft/server/command/AbstractServerCommandSource.mapping +++ b/mappings/net/minecraft/server/command/AbstractServerCommandSource.mapping @@ -1,5 +1,5 @@ CLASS net/minecraft/class_8839 net/minecraft/server/command/AbstractServerCommandSource - METHOD method_54307 withReturnValueConsumers (Lnet/minecraft/class_8935;)Lnet/minecraft/class_8839; + METHOD method_54307 withReturnValueConsumer (Lnet/minecraft/class_8935;)Lnet/minecraft/class_8839; ARG 1 returnValueConsumer METHOD method_54310 getDispatcher ()Lcom/mojang/brigadier/CommandDispatcher; METHOD method_54311 withDummyResultStorer ()Lnet/minecraft/class_8839;