SteamWar/BauSystem2.0
Archiviert
12
0

Fix SimulatorStorage

Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
yoyosource 2022-06-24 20:19:47 +02:00
Ursprung 4f31b38332
Commit ef7e516d1c

Datei anzeigen

@ -101,7 +101,7 @@ public class SimulatorStorage implements Enable, Disable {
public static void delete(String name) {
TNTSimulator tntSimulator = tntSimulators.remove(name);
if (tntSimulator != null) {
tntSimulator.getPlayerShowMode().forEach((player, simulatorEntityShowMode) -> {
new HashMap<>(tntSimulator.getPlayerShowMode()).forEach((player, simulatorEntityShowMode) -> {
SimulatorCursor.hide(player, tntSimulator);
});
tntSimulator.hide();