Fix SimulatorStorage
Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
4f31b38332
Commit
ef7e516d1c
@ -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();
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren