Skip to content

Commit

Permalink
fix level saving
Browse files Browse the repository at this point in the history
  • Loading branch information
oq-x committed Sep 20, 2024
1 parent 85507e3 commit 7b56f7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/world/level/level.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ func New(gen region.Generator, props properties.ServerProperties, worldPath stri
l.Data.Version.Name = "1.21"
l.Data.Version.Series = "main"
l.Data.ServerBrands = []string{"Zeppelin"}
l.basePath = worldPath

return l
}
Expand Down

0 comments on commit 7b56f7d

Please sign in to comment.