From 796a846b8e01b2d731996126f6f17661c996a587 Mon Sep 17 00:00:00 2001 From: olebeck <31539311+olebeck@users.noreply.github.com> Date: Wed, 5 Apr 2023 00:03:03 +0200 Subject: [PATCH] settings in gui wrong --- ui/gui/settings/worlds.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/gui/settings/worlds.go b/ui/gui/settings/worlds.go index 20cc5f0..1f18e15 100644 --- a/ui/gui/settings/worlds.go +++ b/ui/gui/settings/worlds.go @@ -28,6 +28,8 @@ func (s *worldSettings) Apply() { s.worlds.EnableVoid = s.voidGen.Value s.worlds.SaveImage = s.saveImage.Value s.worlds.ServerAddress = s.serverAddress.Text() + s.worlds.SaveEntities = true + s.worlds.SaveInventories = true } func (s *worldSettings) Layout(gtx layout.Context, th *material.Theme) layout.Dimensions {