mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2025-11-14 00:26:26 +00:00
refactor: use minecraft:tellraw in ChomeNSBotCommandSuggestions when in kaboom
This commit is contained in:
parent
422b67597f
commit
50229d8c10
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);
|
final String serialized = GsonComponentSerializer.gson().serialize(component);
|
||||||
|
|
||||||
CommandCore.INSTANCE.run("tellraw @a[team=chomens_bot] " + serialized);
|
CommandCore.INSTANCE.run((KaboomCheck.INSTANCE.isKaboom ? "minecraft:tellraw " : "tellraw ") + "@a[team=chomens_bot] " + serialized);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue