Update MixinServerPlayNetworkHandler.java
This commit is contained in:
parent
c578783727
commit
0dda490964
|
@ -18,8 +18,8 @@ public abstract class MixinServerPlayNetworkHandler {
|
||||||
@Shadow
|
@Shadow
|
||||||
public ServerPlayerEntity player;
|
public ServerPlayerEntity player;
|
||||||
|
|
||||||
@Inject( //todo check on fabric discord in #botposting(`!ym onGameMessage`)
|
@Inject(
|
||||||
method = "onGameMessage",
|
method = "onGameMessage(Lnet/minecraft/network/packet/c2s/play/ChatMessageC2SPacket;)V",
|
||||||
at = @At(
|
at = @At(
|
||||||
value = "INVOKE",
|
value = "INVOKE",
|
||||||
// Thanks to Liach for helping me out!
|
// Thanks to Liach for helping me out!
|
||||||
|
|
Loading…
Reference in New Issue