mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2025-11-13 21:06:16 +00:00
fix: chomens bot trust level
This commit is contained in:
parent
ac429020aa
commit
d164759452
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ public class ChomeNSBotCommandSuggestions extends Listener {
|
|||
|
||||
final String serialized = GsonComponentSerializer.gson().serialize(component);
|
||||
|
||||
CommandCore.INSTANCE.run("tellraw @a[tag=chomens_bot] " + serialized);
|
||||
CommandCore.INSTANCE.run("tellraw @a[team=chomens_bot] " + serialized);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue