From 80772a90a74f230d18a3e7bf1f14c21fc23e4c1e Mon Sep 17 00:00:00 2001 From: yoyosource Date: Wed, 22 Dec 2021 12:00:33 +0100 Subject: [PATCH] Update TNTSimulator Signed-off-by: yoyosource --- .../steamwar/bausystem/features/simulator/TNTSimulator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/TNTSimulator.java b/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/TNTSimulator.java index 6c60fdf8..b116983b 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/TNTSimulator.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/TNTSimulator.java @@ -144,13 +144,13 @@ public class TNTSimulator { cursor = SimulatorEntityShowMode.createEntity(player, tntSpawns.isEmpty() ? getPos(result) : tntSpawns.get(0).position, true); cursor.display(player); - BauSystem.MESSAGE.send("SIMULATOR_POSITION_EDIT", player, ChatMessageType.ACTION_BAR); + BauSystem.MESSAGE.sendPrefixless("SIMULATOR_POSITION_EDIT", player, ChatMessageType.ACTION_BAR); return; } cursor = SimulatorEntityShowMode.createEntity(player, getPos(result), false); cursor.display(player); - BauSystem.MESSAGE.send("SIMULATOR_POSITION_ADD", player, ChatMessageType.ACTION_BAR); + BauSystem.MESSAGE.sendPrefixless("SIMULATOR_POSITION_ADD", player, ChatMessageType.ACTION_BAR); } public void edit(RayTraceResult result) {