Skip to content

Commit

Permalink
internal: Refactored to minecraft/internal.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandertv committed Aug 26, 2023
1 parent 92278f9 commit 46eecd9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion minecraft/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"fmt"
"github.com/google/uuid"
"github.com/sandertv/go-raknet"
"github.com/sandertv/gophertunnel/internal"
"github.com/sandertv/gophertunnel/minecraft/internal"
"github.com/sandertv/gophertunnel/minecraft/nbt"
"github.com/sandertv/gophertunnel/minecraft/protocol"
"github.com/sandertv/gophertunnel/minecraft/protocol/login"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion minecraft/protocol/packet/compression.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"github.com/golang/snappy"
"github.com/klauspost/compress/flate"
"github.com/sandertv/gophertunnel/internal"
"github.com/sandertv/gophertunnel/minecraft/internal"
"io"
"sync"
)
Expand Down
2 changes: 1 addition & 1 deletion minecraft/protocol/packet/encoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"crypto/aes"
"crypto/cipher"
"fmt"
"github.com/sandertv/gophertunnel/internal"
"github.com/sandertv/gophertunnel/minecraft/internal"
"io"
)

Expand Down

0 comments on commit 46eecd9

Please sign in to comment.