forgot the overworld , this is the V+

This commit is contained in:
Brian Neumann-Fopiano 2023-10-04 03:30:55 -04:00 committed by RePixelatedMC
parent 7d1a375bda
commit e76218b39f

View File

@ -98,7 +98,7 @@ import static com.volmit.iris.engine.safeguard.ServerBoot.passedserversoftware;
@SuppressWarnings("CanBeFinal")
public class Iris extends VolmitPlugin implements Listener {
public static final String OVERWORLD_TAG = "3620";
public static final String OVERWORLD_TAG = "3700";
private static final Queue<Runnable> syncJobs = new ShurikenQueue<>();