mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2025-11-13 18:46:15 +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);
|
||||
|
||||
CommandCore.INSTANCE.run("tellraw @a[team=chomens_bot] " + serialized);
|
||||
CommandCore.INSTANCE.run((KaboomCheck.INSTANCE.isKaboom ? "minecraft:tellraw " : "tellraw ") + "@a[team=chomens_bot] " + serialized);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue