fix build without keys

This commit is contained in:
olebeck 2022-08-23 22:49:10 +02:00
parent c046cea400
commit ea59f3673c
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
package main
import "github.com/sandertv/gophertunnel/minecraft/resource"
func (w *WorldState) getPacks() (packs map[string]*resource.Pack, err error) {
packs = make(map[string]*resource.Pack)
for _, pack := range w.ServerConn.ResourcePacks() {