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 {