Fixed launched items not saving

This commit is contained in:
Anuken
2019-11-22 23:10:50 -05:00
parent cb29bee8f5
commit a1fb3e27ab
9 changed files with 33 additions and 11 deletions

View File

@@ -74,6 +74,9 @@ public class HostDialog extends FloatingDialog{
ui.showCustomConfirm("$setting.publichost.name", "$public.confirm", "$yes", "$no", () -> {
Core.settings.putSave("publichost", true);
platform.updateLobby();
}, () -> {
Core.settings.putSave("publichost", false);
platform.updateLobby();
});
}));
}