fix (workaround): hacky way to fix /tellraw not working (ChomeNSAuth)
This commit is contained in:
parent
6a93cf8aae
commit
4e2acda89f
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue