fix world resourcepacks not applying

This commit is contained in:
olebeck 2023-03-15 15:34:18 +01:00
parent 7ddec1b09d
commit 105a318aa8
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ func (w *WorldState) SaveAndReset() {
utils.UnpackZip(bytes.NewReader(data), int64(len(data)), packFolder)
rdeps = append(rdeps, dep{
PackID: p.Manifest().Header.Name,
PackID: p.Manifest().Header.UUID,
Version: p.Manifest().Header.Version,
})
}