From 89bceb6735a1e934287c3e01636a203758b085c8 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sun, 2 Feb 2025 00:08:18 +0100 Subject: feat: Highlight century cake slice players --- src/main/kotlin/commands/rome.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/kotlin/commands/rome.kt') diff --git a/src/main/kotlin/commands/rome.kt b/src/main/kotlin/commands/rome.kt index 13acb3c..5412792 100644 --- a/src/main/kotlin/commands/rome.kt +++ b/src/main/kotlin/commands/rome.kt @@ -254,6 +254,7 @@ fun firmamentCommand() = literal("firmament") { val player = MC.player ?: return@thenExecute player.world.getOtherEntities(player, player.boundingBox.expand(12.0)) .forEach(PowerUserTools::showEntity) + PowerUserTools.showEntity(player) } } thenLiteral("callUrsa") { -- cgit