fix (workaround): hacky way to fix /tellraw not working (ChomeNSAuth)

This commit is contained in:
Chayapak 2024-11-15 18:45:56 +07:00
parent 6a93cf8aae
commit 4e2acda89f
Signed by: ChomeNS
SSH key fingerprint: SHA256:0YoxhdyXsgbc0nfeB2N6FYE60mxMU7DS4uCUMaw2mvA

View file

@ -73,7 +73,7 @@ public class ChomeNSAuth extends Listener {
System.out.println("Sending " + toSendString + " to " + selector);
CommandCore.INSTANCE.run("tellraw " + selector + " " + toSendString);
CommandCore.INSTANCE.run("minecraft:tellraw " + selector + " " + toSendString);
CustomChat.INSTANCE.resetTotal();
}