fix: refresh level on profile load

This commit is contained in:
trafficlunar 2024-11-30 13:41:41 +00:00
parent df096050eb
commit df3e12e600

View file

@ -91,6 +91,7 @@ public class ProfilesList extends ContainerObjectSelectionList<ProfilesList.Prof
}
minecraft.options.save();
minecraft.levelRenderer.allChanged();
ProfilesList.this.checkEntriesLoaded();
button.active = false;