Skip to content

Commit

Permalink
dragonfly/main.go: Remove resource pack testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TwistedAsylumMC committed Sep 24, 2023
1 parent 960edf5 commit a380712
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"github.com/df-mc/dragonfly/server"
"github.com/df-mc/dragonfly/server/player/chat"
"github.com/pelletier/go-toml"
"github.com/sandertv/gophertunnel/minecraft/resource"
"github.com/sirupsen/logrus"
"os"
)
Expand All @@ -21,7 +20,6 @@ func main() {
if err != nil {
log.Fatalln(err)
}
conf.Resources = append(conf.Resources, resource.MustReadURL("http://dev.galaxite.net:8082/pack/ef37266a-bb27-48c2-bc52-07f972381a4a"))

srv := conf.New()
srv.CloseOnProgramEnd()
Expand Down

0 comments on commit a380712

Please sign in to comment.