Invalidate regardless

This commit is contained in:
Jozufozu 2021-11-05 16:47:27 -07:00
parent 0c94188613
commit 18f5561f9a

View File

@ -48,11 +48,7 @@ public class ForgeEvents {
@SubscribeEvent
public static void onUnloadWorld(WorldEvent.Unload event) {
IWorld world = event.getWorld();
if (Backend.isFlywheelWorld(world)) {
WorldAttached.invalidateWorld(world);
}
WorldAttached.invalidateWorld(event.getWorld());
}
}