Skip to content

Commit cab859e

Browse files
committed
fix imports
1 parent c774b07 commit cab859e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/session/world.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ import (
77
"strings"
88
"time"
99

10-
"github.com/df-mc/dragonfly/server/entity/effect"
11-
1210
"github.com/df-mc/dragonfly/server/block"
1311
"github.com/df-mc/dragonfly/server/block/cube"
1412
"github.com/df-mc/dragonfly/server/entity"
13+
"github.com/df-mc/dragonfly/server/entity/effect"
1514
"github.com/df-mc/dragonfly/server/internal/nbtconv"
1615
"github.com/df-mc/dragonfly/server/item"
1716
"github.com/df-mc/dragonfly/server/item/inventory"

0 commit comments

Comments
 (0)