Fix Simulator19
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
yoyosource 2023-04-04 18:32:45 +02:00
Ursprung 89ee198968
Commit 92ed98a8a1

Datei anzeigen

@ -30,7 +30,7 @@ import java.util.Map;
public class Simulator19 implements Simulator {
private static final World WORLD = Bukkit.getWorlds().get(0);
protected static final World WORLD = Bukkit.getWorlds().get(0);
private static final Map<Vector, Material> BLOCK_TYPES_MAP = new HashMap<>();
private static final Map<Vector, BlockData> BLOCK_DATA_MAP = new HashMap<>();