0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00
This commit is contained in:
Alexander01998 2023-02-16 17:43:22 +01:00
parent 4d4a696f1e
commit 3447a30405

View File

@ -61,9 +61,10 @@ public class ChatHudMixin extends DrawableHelper
}
@Shadow
private void shadow$logChatMessage(Text message, @Nullable MessageIndicator indicator)
private void shadow$logChatMessage(Text message,
@Nullable MessageIndicator indicator)
{
}
@Shadow