Derp
This commit is contained in:
+3
@@ -77,6 +77,9 @@ public class WizardryAntiqueAtlasIntegration {
|
|||||||
|
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
public static void onWorldLoadEvent(WorldEvent.Load event){
|
public static void onWorldLoadEvent(WorldEvent.Load event){
|
||||||
|
|
||||||
|
if(!enabled()) return;
|
||||||
|
|
||||||
// Backwards compatibility for existing markers using the old translation key format (with colons)
|
// Backwards compatibility for existing markers using the old translation key format (with colons)
|
||||||
GlobalMarkersData data = AntiqueAtlasMod.globalMarkersData.getData();
|
GlobalMarkersData data = AntiqueAtlasMod.globalMarkersData.getData();
|
||||||
for(Marker marker : data.getMarkersInDimension(event.getWorld().provider.getDimension())){
|
for(Marker marker : data.getMarkersInDimension(event.getWorld().provider.getDimension())){
|
||||||
|
|||||||
Reference in New Issue
Block a user